diff options
author | Robert Richter <robert.richter@amd.com> | 2008-07-11 12:18:40 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-11 21:22:58 +0200 |
commit | 9314d301390ad0d96986da3d893a21e81a287982 (patch) | |
tree | 0636fcd67e42c8119207cf96b2a4f51bdfc7368e /arch/x86/pci/Makefile | |
parent | 060b9708a0c04cf9af69c128ef7954b6f0a84180 (diff) | |
download | talos-obmc-linux-9314d301390ad0d96986da3d893a21e81a287982.tar.gz talos-obmc-linux-9314d301390ad0d96986da3d893a21e81a287982.zip |
x86/pci: renamed: numa.c -> numaq_32.c
Cc: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Robert Richter <robert.richter@amd.com>
Cc: Robert Richter <robert.richter@amd.com>
Cc: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 28451f41e0e4..d49202e740ea 100644 --- a/arch/x86/pci/Makefile +++ b/arch/x86/pci/Makefile @@ -11,7 +11,7 @@ obj-y += legacy.o irq.o obj-$(CONFIG_X86_VISWS) += visws.o -obj-$(CONFIG_X86_NUMAQ) += numa.o +obj-$(CONFIG_X86_NUMAQ) += numaq_32.o obj-y += common.o early.o obj-y += amd_bus.o |