From: Mel Gorman Date: Wed, 10 Mar 2010 22:48:34 +0000 (+0000) Subject: sysfs: Initialised pci bus legacy_mem field before use X-Git-Tag: v2.6.34-rc2~7^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6757eca348fbbdd4ab1020e565f325cd6a6b2698;p=pandora-kernel.git sysfs: Initialised pci bus legacy_mem field before use PPC64 is failing to boot the latest mmotm due to an uninitialised pointer in pci_create_legacy_files(). The surprise is that machines boot at all and it would appear to affect current mainline as well. This patch fixes the problem. Signed-off-by: Mel Gorman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed