diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:08 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:08 -0400 |
commit | de48b0466641eb505426a6a18eb0b5490f3e6571 (patch) | |
tree | 45a1e714f7ec151e5aec956f920a9b17249d38c3 /arch/x86_64 | |
parent | b9fe6ce1c0dd85b57f3e350b566c389d16681254 (diff) |
x86_64: prepare shared mm/srat.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/mm/Makefile | 2 | ||||
-rw-r--r-- | arch/x86_64/mm/srat_64.c (renamed from arch/x86_64/mm/srat.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/mm/Makefile b/arch/x86_64/mm/Makefile index d25ac86fe27a..f5fbb8053acd 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 | |||
6 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o | 6 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o |
7 | obj-$(CONFIG_NUMA) += numa.o | 7 | obj-$(CONFIG_NUMA) += numa.o |
8 | obj-$(CONFIG_K8_NUMA) += k8topology.o | 8 | obj-$(CONFIG_K8_NUMA) += k8topology.o |
9 | obj-$(CONFIG_ACPI_NUMA) += srat.o | 9 | obj-$(CONFIG_ACPI_NUMA) += srat_64.o |
10 | 10 | ||
11 | hugetlbpage-y = ../../i386/mm/hugetlbpage.o | 11 | hugetlbpage-y = ../../i386/mm/hugetlbpage.o |
diff --git a/arch/x86_64/mm/srat.c b/arch/x86_64/mm/srat_64.c index acdf03e19146..acdf03e19146 100644 --- a/arch/x86_64/mm/srat.c +++ b/arch/x86_64/mm/srat_64.c | |||