]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86_64: move mm
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:17:18 +0000 (11:17 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:17:18 +0000 (11:17 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
13 files changed:
arch/x86/mm/Makefile
arch/x86/mm/Makefile_64 [moved from arch/x86_64/mm/Makefile_64 with 87% similarity]
arch/x86/mm/extable_64.c [moved from arch/x86_64/mm/extable_64.c with 100% similarity]
arch/x86/mm/fault_64.c [moved from arch/x86_64/mm/fault_64.c with 100% similarity]
arch/x86/mm/init_64.c [moved from arch/x86_64/mm/init_64.c with 100% similarity]
arch/x86/mm/ioremap_64.c [moved from arch/x86_64/mm/ioremap_64.c with 100% similarity]
arch/x86/mm/k8topology_64.c [moved from arch/x86_64/mm/k8topology_64.c with 100% similarity]
arch/x86/mm/mmap_64.c [moved from arch/x86_64/mm/mmap_64.c with 100% similarity]
arch/x86/mm/numa_64.c [moved from arch/x86_64/mm/numa_64.c with 100% similarity]
arch/x86/mm/pageattr_64.c [moved from arch/x86_64/mm/pageattr_64.c with 100% similarity]
arch/x86/mm/srat_64.c [moved from arch/x86_64/mm/srat_64.c with 100% similarity]
arch/x86_64/Makefile
arch/x86_64/mm/Makefile [deleted file]

index 7317648e6587c07e3765f4bc93b5226b44179605..9832910968486f3de246f0f1065021f5de977871 100644 (file)
@@ -1,5 +1,5 @@
 ifeq ($(CONFIG_X86_32),y)
 include ${srctree}/arch/x86/mm/Makefile_32
 else
-include ${srctree}/arch/x86_64/mm/Makefile_64
+include ${srctree}/arch/x86/mm/Makefile_64
 endif
similarity index 87%
rename from arch/x86_64/mm/Makefile_64
rename to arch/x86/mm/Makefile_64
index 5c2883cad11b17e5cd91f1762090facdd9dbea8d..6bcb47945b87aee40c9422bd35cfe1bb8f2d0f5f 100644 (file)
@@ -8,4 +8,3 @@ obj-$(CONFIG_NUMA) += numa_64.o
 obj-$(CONFIG_K8_NUMA) += k8topology_64.o
 obj-$(CONFIG_ACPI_NUMA) += srat_64.o
 
-hugetlbpage-y = ../../x86/mm/hugetlbpage.o
index 11ef2c37ba579dc21a57263b500734f50f088d77..4208a0ded52943b33c2b9ee337380513ecaeea32 100644 (file)
@@ -75,7 +75,7 @@ head-y := arch/x86_64/kernel/head_64.o arch/x86_64/kernel/head64.o arch/x86_64/k
 
 libs-y                                         += arch/x86/lib/
 core-y                                 += arch/x86_64/kernel/ \
-                                          arch/x86_64/mm/ \
+                                          arch/x86/mm/ \
                                           arch/x86/crypto/ \
                                           arch/x86/vdso/
 core-$(CONFIG_IA32_EMULATION)          += arch/x86_64/ia32/
diff --git a/arch/x86_64/mm/Makefile b/arch/x86_64/mm/Makefile
deleted file mode 100644 (file)
index 7317648..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/x86/mm/Makefile_32
-else
-include ${srctree}/arch/x86_64/mm/Makefile_64
-endif