From: Matthew Wilcox Date: Thu, 16 Apr 2009 19:31:10 +0000 (-0600) Subject: x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86 X-Git-Tag: v2.6.30-rc4~20^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bb1be3e30bfc3e09fa0ff1e887ac7da4a16c3a2;p=pandora-kernel.git x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86 Commit 30a18d6c3f1e774de656ebd8ff219d53e2ba4029 introduced a new function to set the PCI bus resources. Unfortunately, neither the author, nor the committers seemed to know that we already have somewhere to do that -- pcibios_fixup_bus(). This patch moves the hook (used only by the K8 code) into x86-specific code where it should have been in the first place. Cc: Yinghai Lu Signed-off-by: Matthew Wilcox Acked-by: Ingo Molnar Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed