Skip to content

Commit

Permalink
i386: move mm
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 96ae6ea commit ad757b6
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/i386/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion arch/i386/mm/Makefile → arch/x86/mm/Makefile
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/x86_64/mm/Makefile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion arch/x86_64/mm/Makefile_64
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ad757b6

Please sign in to comment.