summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/Makefile
diff options
context:
space:
mode:
authorYinghai Lu <yinghai@kernel.org>2009-10-04 21:54:24 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-11-04 08:47:09 -0800
commit99935a7a59eaca0292c1a5880e10bae03f4a5e3d (patch)
tree44d7265182ad7e1ee795a420088bc99d0096b62c /arch/x86/pci/Makefile
parent91d3f9bacdb4950d2f79fe2ba296aa249f60d06c (diff)
downloadlinux-stable-99935a7a59eaca0292c1a5880e10bae03f4a5e3d.tar.gz
linux-stable-99935a7a59eaca0292c1a5880e10bae03f4a5e3d.tar.bz2
linux-stable-99935a7a59eaca0292c1a5880e10bae03f4a5e3d.zip
x86/PCI: read root resources from IOH on Intel
For intel systems with multi IOH, we should read peer root resources directly from PCI config space, and don't trust _CRS. Signed-off-by: Yinghai Lu <yinghai.lu@sun.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'arch/x86/pci/Makefile')
-rw-r--r--arch/x86/pci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/pci/Makefile b/arch/x86/pci/Makefile
index d49202e740ea..56d917b556c6 100644
--- a/arch/x86/pci/Makefile
+++ b/arch/x86/pci/Makefile
@@ -15,3 +15,4 @@ obj-$(CONFIG_X86_NUMAQ) += numaq_32.o
obj-y += common.o early.o
obj-y += amd_bus.o
+obj-$(CONFIG_X86_64) += intel_bus.o