aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/mm
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 11:16:14 +0200
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 11:16:14 +0200
commit4d381b582896529c3ab0f5ba815b8133a4e6d5fa (patch)
treecaa1edd376eb0e820ddbd5aa5a8ad7001eddb2fd /arch/x86_64/mm
parentb2110a17787f1eb6a60f52e12b119d2ef3013bc2 (diff)
x86_64: prepare shared mm/numa.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64/mm')
-rw-r--r--arch/x86_64/mm/Makefile2
-rw-r--r--arch/x86_64/mm/numa_64.c (renamed from arch/x86_64/mm/numa.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/mm/Makefile b/arch/x86_64/mm/Makefile
index a7fedc9cbb0..921b756ed7c 100644
--- a/arch/x86_64/mm/Makefile
+++ b/arch/x86_64/mm/Makefile
@@ -4,7 +4,7 @@
obj-y := init_64.o fault.o ioremap_64.o extable.o pageattr.o mmap_64.o
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
-obj-$(CONFIG_NUMA) += numa.o
+obj-$(CONFIG_NUMA) += numa_64.o
obj-$(CONFIG_K8_NUMA) += k8topology.o
obj-$(CONFIG_ACPI_NUMA) += srat_64.o
diff --git a/arch/x86_64/mm/numa.c b/arch/x86_64/mm/numa_64.c
index 6da23552226..6da23552226 100644
--- a/arch/x86_64/mm/numa.c
+++ b/arch/x86_64/mm/numa_64.c