commit | 6757eca348fbbdd4ab1020e565f325cd6a6b2698 | [log] [tgz] |
---|---|---|
author | Mel Gorman <mel@csn.ul.ie> | Wed Mar 10 22:48:34 2010 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Mar 19 07:12:11 2010 -0700 |
tree | 5180a866a033ddbfc7f9c093a94493e4f1a602a2 | |
parent | e1955ca0ee55286cbc65a8ed7471d540ae83dac8 [diff] |
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 <mel@csn.ul.ie> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>