From 96ea305247b4f11bc3d5d0da3307def94f08ee9d Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Tue, 20 Dec 2005 07:23:47 +0100 Subject: [PATCH] --- yaml --- r: 15269 b: refs/heads/master c: 391eadeec836463a4e6e3843953bbe40f6522593 h: refs/heads/master i: 15267: d4f31224238be46b50a8b0bf64f6ca1c466bd588 v: v3 --- [refs] | 2 +- trunk/arch/i386/pci/Makefile | 2 +- trunk/arch/x86_64/pci/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 21c6dcc84f6a..e8fba3ecf2f6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b7964c3d88668cef57e1a99861477168eeff4743 +refs/heads/master: 391eadeec836463a4e6e3843953bbe40f6522593 diff --git a/trunk/arch/i386/pci/Makefile b/trunk/arch/i386/pci/Makefile index ead6122dd06d..5461d4d5ea1e 100644 --- a/trunk/arch/i386/pci/Makefile +++ b/trunk/arch/i386/pci/Makefile @@ -1,7 +1,7 @@ obj-y := i386.o obj-$(CONFIG_PCI_BIOS) += pcbios.o -obj-$(CONFIG_PCI_MMCONFIG) += mmconfig.o +obj-$(CONFIG_PCI_MMCONFIG) += mmconfig.o direct.o obj-$(CONFIG_PCI_DIRECT) += direct.o pci-y := fixup.o diff --git a/trunk/arch/x86_64/pci/Makefile b/trunk/arch/x86_64/pci/Makefile index bb34e5ef916c..a8f75a2a0f6f 100644 --- a/trunk/arch/x86_64/pci/Makefile +++ b/trunk/arch/x86_64/pci/Makefile @@ -11,7 +11,7 @@ obj-y += fixup.o obj-$(CONFIG_ACPI) += acpi.o obj-y += legacy.o irq.o common.o # mmconfig has a 64bit special -obj-$(CONFIG_PCI_MMCONFIG) += mmconfig.o +obj-$(CONFIG_PCI_MMCONFIG) += mmconfig.o direct.o obj-$(CONFIG_NUMA) += k8-bus.o