From de48b0466641eb505426a6a18eb0b5490f3e6571 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:16:08 +0200 Subject: [PATCH] x86_64: prepare shared mm/srat.c Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/x86_64/mm/Makefile | 2 +- arch/x86_64/mm/{srat.c => srat_64.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/x86_64/mm/{srat.c => srat_64.c} (100%) diff --git a/arch/x86_64/mm/Makefile b/arch/x86_64/mm/Makefile index d25ac86fe2..f5fbb8053a 100644 --- a/arch/x86_64/mm/Makefile +++ b/arch/x86_64/mm/Makefile @@ -6,6 +6,6 @@ obj-y := init.o fault.o ioremap.o extable.o pageattr.o mmap.o obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o obj-$(CONFIG_NUMA) += numa.o obj-$(CONFIG_K8_NUMA) += k8topology.o -obj-$(CONFIG_ACPI_NUMA) += srat.o +obj-$(CONFIG_ACPI_NUMA) += srat_64.o hugetlbpage-y = ../../i386/mm/hugetlbpage.o diff --git a/arch/x86_64/mm/srat.c b/arch/x86_64/mm/srat_64.c similarity index 100% rename from arch/x86_64/mm/srat.c rename to arch/x86_64/mm/srat_64.c -- 2.39.2