Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

x86_64: move mm



Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 2a6c8d5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
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
+0 −1
Original line number Original line Diff line number Diff line
@@ -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
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading