1. 12 11月, 2011 1 次提交
    • D
      pseries: Fix initialization of sPAPREnvironment structure · d43b45e2
      David Gibson 提交于
      Since we added PCI support to the pseries machine, we include a qlist of
      PCI host bridges in the sPAPREnvironment structure.  However this list
      was never properly initialized it.  Somehow we got away with this until
      some other recent change broke it, and we now segfault immediately on
      startup.
      
      This patch adds the required QLIST_INIT(), and while we're at it makes sure
      we initialize the rest of the sPAPREnvironment structure to 0, to avoid
      future nasty surprises.
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      d43b45e2
  2. 10 11月, 2011 16 次提交
  3. 09 11月, 2011 1 次提交
  4. 08 11月, 2011 11 次提交
  5. 07 11月, 2011 6 次提交
  6. 05 11月, 2011 1 次提交
  7. 04 11月, 2011 4 次提交