From 4d381b582896529c3ab0f5ba815b8133a4e6d5fa Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:16:14 +0200 Subject: [PATCH] x86_64: prepare shared mm/numa.c Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/x86_64/mm/Makefile | 2 +- arch/x86_64/mm/{numa.c => numa_64.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/x86_64/mm/{numa.c => numa_64.c} (100%) diff --git a/arch/x86_64/mm/Makefile b/arch/x86_64/mm/Makefile index a7fedc9..921b756 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 similarity index 100% rename from arch/x86_64/mm/numa.c rename to arch/x86_64/mm/numa_64.c -- 2.7.4