summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/Makefile
diff options
context:
space:
mode:
authorYinghai Lu2009-10-05 06:54:24 +0200
committerJesse Barnes2009-11-04 17:47:09 +0100
commit99935a7a59eaca0292c1a5880e10bae03f4a5e3d (patch)
tree44d7265182ad7e1ee795a420088bc99d0096b62c /arch/x86/pci/Makefile
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh... (diff)
downloadkernel-qcow2-linux-99935a7a59eaca0292c1a5880e10bae03f4a5e3d.tar.gz
kernel-qcow2-linux-99935a7a59eaca0292c1a5880e10bae03f4a5e3d.tar.xz
kernel-qcow2-linux-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