mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
i386: move mm
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
96ae6ea0be
commit
ad757b6aa5
16 changed files with 4 additions and 4 deletions
|
@ -103,7 +103,7 @@ head-y := arch/i386/kernel/head_32.o arch/i386/kernel/init_task_32.o
|
||||||
|
|
||||||
libs-y += arch/x86/lib/
|
libs-y += arch/x86/lib/
|
||||||
core-y += arch/i386/kernel/ \
|
core-y += arch/i386/kernel/ \
|
||||||
arch/i386/mm/ \
|
arch/x86/mm/ \
|
||||||
$(mcore-y)/ \
|
$(mcore-y)/ \
|
||||||
arch/x86/crypto/
|
arch/x86/crypto/
|
||||||
drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/
|
drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
ifeq ($(CONFIG_X86_32),y)
|
ifeq ($(CONFIG_X86_32),y)
|
||||||
include ${srctree}/arch/i386/mm/Makefile_32
|
include ${srctree}/arch/x86/mm/Makefile_32
|
||||||
else
|
else
|
||||||
include ${srctree}/arch/x86_64/mm/Makefile_64
|
include ${srctree}/arch/x86_64/mm/Makefile_64
|
||||||
endif
|
endif
|
|
@ -1,5 +1,5 @@
|
||||||
ifeq ($(CONFIG_X86_32),y)
|
ifeq ($(CONFIG_X86_32),y)
|
||||||
include ${srctree}/arch/i386/mm/Makefile_32
|
include ${srctree}/arch/x86/mm/Makefile_32
|
||||||
else
|
else
|
||||||
include ${srctree}/arch/x86_64/mm/Makefile_64
|
include ${srctree}/arch/x86_64/mm/Makefile_64
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -8,4 +8,4 @@ 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 = ../../i386/mm/hugetlbpage.o
|
hugetlbpage-y = ../../x86/mm/hugetlbpage.o
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue