diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:16 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:16 -0400 |
commit | 5140b4f77d75debc47ccb9b77e00d2e1c68e1a3e (patch) | |
tree | e01eef538c917542eae5b1eb27f8c3ac19e0228f /arch/x86_64 | |
parent | c559b6fdd148b28358862c68d835e67dab997080 (diff) |
x86_64: prepare shared mm/k8topology.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/k8topology_64.c (renamed from arch/x86_64/mm/k8topology.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/mm/Makefile b/arch/x86_64/mm/Makefile index 7dbe4f9f57b6..d44c092f6069 100644 --- a/arch/x86_64/mm/Makefile +++ b/arch/x86_64/mm/Makefile | |||
@@ -5,7 +5,7 @@ | |||
5 | obj-y := init_64.o fault.o ioremap_64.o extable_64.o pageattr.o mmap_64.o | 5 | obj-y := init_64.o fault.o ioremap_64.o extable_64.o pageattr.o mmap_64.o |
6 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o | 6 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o |
7 | obj-$(CONFIG_NUMA) += numa_64.o | 7 | obj-$(CONFIG_NUMA) += numa_64.o |
8 | obj-$(CONFIG_K8_NUMA) += k8topology.o | 8 | obj-$(CONFIG_K8_NUMA) += k8topology_64.o |
9 | obj-$(CONFIG_ACPI_NUMA) += srat_64.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/k8topology.c b/arch/x86_64/mm/k8topology_64.c index a96006f7ae0c..a96006f7ae0c 100644 --- a/arch/x86_64/mm/k8topology.c +++ b/arch/x86_64/mm/k8topology_64.c | |||