x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86
commit0bb1be3e30bfc3e09fa0ff1e887ac7da4a16c3a2
authorMatthew Wilcox <matthew@wil.cx>
Thu, 16 Apr 2009 19:31:10 +0000 (16 13:31 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 22 Apr 2009 20:57:36 +0000 (22 13:57 -0700)
tree997b7e0dd0579c3aed6337c9ae24106ccab163b7
parent044cd80942e47b9de0915b627902adf05c52377f
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 <yinghai.lu@sun.com>
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/x86/pci/common.c
drivers/pci/probe.c