i386: move kernel

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Thomas Gleixner
2007-10-11 11:17:01 +02:00
parent f7627e2513
commit 9a163ed8e0
85 changed files with 26 additions and 19 deletions
+9 -2
View File
@@ -17,6 +17,13 @@
# 20050320 Kianusch Sayah Karadji <kianusch@sk-tech.net> # 20050320 Kianusch Sayah Karadji <kianusch@sk-tech.net>
# Added support for GEODE CPU # Added support for GEODE CPU
# Fill in SRCARCH
SRCARCH := x86
archprepare:
@mkdir -p ${objtree}/arch/x86/kernel
HAS_BIARCH := $(call cc-option-yn, -m32) HAS_BIARCH := $(call cc-option-yn, -m32)
ifeq ($(HAS_BIARCH),y) ifeq ($(HAS_BIARCH),y)
AS := $(AS) --32 AS := $(AS) --32
@@ -99,10 +106,10 @@ core-$(CONFIG_XEN) += arch/x86/xen/
# default subarch .h files # default subarch .h files
mflags-y += -Iinclude/asm-i386/mach-default mflags-y += -Iinclude/asm-i386/mach-default
head-y := arch/i386/kernel/head_32.o arch/i386/kernel/init_task_32.o head-y := arch/x86/kernel/head_32.o arch/x86/kernel/init_task_32.o
libs-y += arch/x86/lib/ libs-y += arch/x86/lib/
core-y += arch/i386/kernel/ \ core-y += arch/x86/kernel/ \
arch/x86/mm/ \ arch/x86/mm/ \
$(mcore-y)/ \ $(mcore-y)/ \
arch/x86/crypto/ arch/x86/crypto/
+1 -1
View File
@@ -9,4 +9,4 @@
#define old_mmap old_mmap_i386 #define old_mmap old_mmap_i386
#include "../../i386/kernel/syscall_table_32.S" #include "../../x86/kernel/syscall_table_32.S"
@@ -1,5 +1,5 @@
ifeq ($(CONFIG_X86_32),y) ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/kernel/Makefile_32 include ${srctree}/arch/x86/kernel/Makefile_32
else else
include ${srctree}/arch/x86_64/kernel/Makefile_64 include ${srctree}/arch/x86_64/kernel/Makefile_64
endif endif

Some files were not shown because too many files have changed in this diff Show More