Commit 95119fbd authored by Thomas Gleixner's avatar Thomas Gleixner

x86_64: move mm

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 2a6c8d5a
ifeq ($(CONFIG_X86_32),y) ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/x86/mm/Makefile_32 include ${srctree}/arch/x86/mm/Makefile_32
else else
include ${srctree}/arch/x86_64/mm/Makefile_64 include ${srctree}/arch/x86/mm/Makefile_64
endif endif
...@@ -8,4 +8,3 @@ obj-$(CONFIG_NUMA) += numa_64.o ...@@ -8,4 +8,3 @@ obj-$(CONFIG_NUMA) += numa_64.o
obj-$(CONFIG_K8_NUMA) += k8topology_64.o obj-$(CONFIG_K8_NUMA) += k8topology_64.o
obj-$(CONFIG_ACPI_NUMA) += srat_64.o obj-$(CONFIG_ACPI_NUMA) += srat_64.o
hugetlbpage-y = ../../x86/mm/hugetlbpage.o
...@@ -75,7 +75,7 @@ head-y := arch/x86_64/kernel/head_64.o arch/x86_64/kernel/head64.o arch/x86_64/k ...@@ -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/ libs-y += arch/x86/lib/
core-y += arch/x86_64/kernel/ \ core-y += arch/x86_64/kernel/ \
arch/x86_64/mm/ \ arch/x86/mm/ \
arch/x86/crypto/ \ arch/x86/crypto/ \
arch/x86/vdso/ arch/x86/vdso/
core-$(CONFIG_IA32_EMULATION) += arch/x86_64/ia32/ core-$(CONFIG_IA32_EMULATION) += arch/x86_64/ia32/
......
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/x86/mm/Makefile_32
else
include ${srctree}/arch/x86_64/mm/Makefile_64
endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment