From 8f9ee31871b1971bfb71547385a814e304a5bc57 Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Wed, 2 Jul 2008 22:50:22 +0200 Subject: [PATCH] --- yaml --- r: 100102 b: refs/heads/master c: a5d4fb94f750e439a0722c0a76c9aade3a9199be h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/pci/Makefile | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index a56eacee126a..c168d5ce77b3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0b40e84ab750b4ba5fc8d6712c892502dc93b212 +refs/heads/master: a5d4fb94f750e439a0722c0a76c9aade3a9199be diff --git a/trunk/arch/x86/pci/Makefile b/trunk/arch/x86/pci/Makefile index 30944bc5252d..044fa5bb2ff6 100644 --- a/trunk/arch/x86/pci/Makefile +++ b/trunk/arch/x86/pci/Makefile @@ -14,6 +14,7 @@ pci-y := fixup.o # legacy/irq.o pci-$(CONFIG_ACPI) += acpi.o pci-y += legacy.o irq.o +pci-$(CONFIG_NUMA) += mp_bus_to_node.o # Careful: VISWS overrule the pci-y above. The colons are # therefor correct. This needs a proper fix by distangling the code. @@ -21,9 +22,6 @@ pci-$(CONFIG_X86_VISWS) := visws.o fixup.o pci-$(CONFIG_X86_NUMAQ) += numa.o -# Necessary for NUMAQ as well -pci-$(CONFIG_NUMA) += mp_bus_to_node.o - obj-y += $(pci-y) common.o early.o obj-y += amd_bus.o