diff options
author | Jeff Garrett <jeff@jgarrett.org> | 2010-01-28 05:02:26 +0100 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-01-28 17:24:11 +0100 |
commit | e8e06eae4ffd683931b928f460c11c40cd3f7fd8 (patch) | |
tree | d8f1ef374663fd7ad5592adeb6427518acfb4098 /arch/x86/pci/Makefile | |
parent | PCI: fix nested spinlock hang in aer_inject (diff) | |
download | linux-e8e06eae4ffd683931b928f460c11c40cd3f7fd8.tar.xz linux-e8e06eae4ffd683931b928f460c11c40cd3f7fd8.zip |
x86/PCI: remove IOH range fetching
Turned out to cause trouble on single IOH machines, and is superceded by
_CRS on multi-IOH machines with production BIOSes.
Signed-off-by: Jeff Garrett <jeff@jgarrett.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'arch/x86/pci/Makefile')
-rw-r--r-- | arch/x86/pci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/Makefile b/arch/x86/pci/Makefile index 564b008a51c7..39fba37f702f 100644 --- a/arch/x86/pci/Makefile +++ b/arch/x86/pci/Makefile @@ -15,7 +15,7 @@ obj-$(CONFIG_X86_NUMAQ) += numaq_32.o obj-y += common.o early.o obj-y += amd_bus.o -obj-$(CONFIG_X86_64) += bus_numa.o intel_bus.o +obj-$(CONFIG_X86_64) += bus_numa.o ifeq ($(CONFIG_PCI_DEBUG),y) EXTRA_CFLAGS += -DDEBUG |