From: Rajesh Shah Date: Thu, 28 Apr 2005 07:25:46 +0000 (-0700) Subject: [PATCH] acpi bridge hotadd: Make pcibios_fixup_bus() hot-plug safe X-Git-Tag: v2.6.13-rc1~39^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71c3511c22e8e0648094672abec898b3bf84c18b;p=pandora-kernel.git [PATCH] acpi bridge hotadd: Make pcibios_fixup_bus() hot-plug safe PCI scan code calls the arch specific pcibios_fixup_bus() each time it scans a new bridge. For root bridge hot-plug, the bridge and it's attached devices may not have been configured properly yet, so it's not safe to claim those resources at this time. This code goes away when we clean up the way pci resources are claimed (in pci_enable_device()), so this is only a stopgap fix. Signed-off-by: Rajesh Shah Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed