https://bugzilla.novell.com/show_bug.cgi?id=440838 User olh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440838#c6 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #6 from Olaf Hering <olh@novell.com> 2008-11-06 06:37:22 MST --- This change was missing. Index: linux/arch/powerpc/kernel/pci-common.c =================================================================== --- linux.orig/arch/powerpc/kernel/pci-common.c +++ linux/arch/powerpc/kernel/pci-common.c @@ -803,7 +803,7 @@ void __devinit pcibios_fixup_bus_self(st * now differently between 32 and 64 bits. */ if (dev == NULL) - return; + goto hostbridge; for (i = 0; i < PCI_BUS_NUM_RESOURCES; ++i) { if ((res = bus->resource[i]) == NULL) @@ -844,6 +844,7 @@ void __devinit pcibios_fixup_bus_self(st fixup_resource(res, dev); } +hostbridge: /* Additional setup that is different between 32 and 64 bits for now */ pcibios_do_bus_setup_self(bus); } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.