From: Benjamin Herrenschmidt Date: Thu, 20 Dec 2007 03:54:51 +0000 (+1100) Subject: [POWERPC] Merge PCI resource fixups X-Git-Tag: v2.6.25-rc1~1131^2~244 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf5e2ba28f24f82a64524ef4772c9ebe12e2cd2a;p=pandora-kernel.git [POWERPC] Merge PCI resource fixups The PCI code in 32 and 64 bits fixes up resources differently. 32 bits uses a header quirk plus handles bridges in pcibios_fixup_bus() while 64 bits does things in various places depending on whether you are using OF probing, using PCI hotplug, etc... This merges those by basically using the 32 bits approach for both, with various tweaks to make 64 bits work with the new approach. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed