i386: move mm
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:47 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:47 +0000 (11:16 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
16 files changed:
arch/i386/Makefile
arch/x86/mm/Makefile [moved from arch/i386/mm/Makefile with 65% similarity]
arch/x86/mm/Makefile_32 [moved from arch/i386/mm/Makefile_32 with 100% similarity]
arch/x86/mm/boot_ioremap_32.c [moved from arch/i386/mm/boot_ioremap_32.c with 100% similarity]
arch/x86/mm/discontig_32.c [moved from arch/i386/mm/discontig_32.c with 100% similarity]
arch/x86/mm/extable_32.c [moved from arch/i386/mm/extable_32.c with 100% similarity]
arch/x86/mm/fault_32.c [moved from arch/i386/mm/fault_32.c with 100% similarity]
arch/x86/mm/highmem_32.c [moved from arch/i386/mm/highmem_32.c with 100% similarity]
arch/x86/mm/hugetlbpage.c [moved from arch/i386/mm/hugetlbpage.c with 100% similarity]
arch/x86/mm/init_32.c [moved from arch/i386/mm/init_32.c with 100% similarity]
arch/x86/mm/ioremap_32.c [moved from arch/i386/mm/ioremap_32.c with 100% similarity]
arch/x86/mm/mmap_32.c [moved from arch/i386/mm/mmap_32.c with 100% similarity]
arch/x86/mm/pageattr_32.c [moved from arch/i386/mm/pageattr_32.c with 100% similarity]
arch/x86/mm/pgtable_32.c [moved from arch/i386/mm/pgtable_32.c with 100% similarity]
arch/x86_64/mm/Makefile
arch/x86_64/mm/Makefile_64

index 776d8dc..cbdc14f 100644 (file)
@@ -103,7 +103,7 @@ head-y := arch/i386/kernel/head_32.o arch/i386/kernel/init_task_32.o
 
 libs-y                                         += arch/x86/lib/
 core-y                                 += arch/i386/kernel/ \
-                                          arch/i386/mm/ \
+                                          arch/x86/mm/ \
                                           $(mcore-y)/ \
                                           arch/x86/crypto/
 drivers-$(CONFIG_MATH_EMULATION)       += arch/x86/math-emu/
similarity index 65%
rename from arch/i386/mm/Makefile
rename to arch/x86/mm/Makefile
index 4042f85..7317648 100644 (file)
@@ -1,5 +1,5 @@
 ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/i386/mm/Makefile_32
+include ${srctree}/arch/x86/mm/Makefile_32
 else
 include ${srctree}/arch/x86_64/mm/Makefile_64
 endif
similarity index 100%
rename from arch/i386/mm/init_32.c
rename to arch/x86/mm/init_32.c
similarity index 100%
rename from arch/i386/mm/mmap_32.c
rename to arch/x86/mm/mmap_32.c
index 4042f85..7317648 100644 (file)
@@ -1,5 +1,5 @@
 ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/i386/mm/Makefile_32
+include ${srctree}/arch/x86/mm/Makefile_32
 else
 include ${srctree}/arch/x86_64/mm/Makefile_64
 endif
index 2e20988..5c2883c 100644 (file)
@@ -8,4 +8,4 @@ obj-$(CONFIG_NUMA) += numa_64.o
 obj-$(CONFIG_K8_NUMA) += k8topology_64.o
 obj-$(CONFIG_ACPI_NUMA) += srat_64.o
 
-hugetlbpage-y = ../../i386/mm/hugetlbpage.o
+hugetlbpage-y = ../../x86/mm/hugetlbpage.o