x86_64: move boot

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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:15 +02:00
parent aadfb679c8
commit 9e9b4573e4
7 changed files with 3 additions and 8 deletions

View file

@ -1,5 +1,5 @@
ifeq ($(CONFIG_X86_32),y) ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/x86/boot/compressed/Makefile_32 include ${srctree}/arch/x86/boot/compressed/Makefile_32
else else
include ${srctree}/arch/x86_64/boot/compressed/Makefile_64 include ${srctree}/arch/x86/boot/compressed/Makefile_64
endif endif

View file

@ -1,5 +1,5 @@
# #
# linux/arch/x86_64/boot/compressed/Makefile # linux/arch/x86/boot/compressed/Makefile
# #
# create a compressed vmlinux image from the original vmlinux # create a compressed vmlinux image from the original vmlinux
# #

View file

@ -174,7 +174,7 @@ no_longmode:
hlt hlt
jmp 1b jmp 1b
#include "../../kernel/verify_cpu_64.S" #include "../../../x86_64/kernel/verify_cpu_64.S"
/* Be careful here startup_64 needs to be at a predictable /* Be careful here startup_64 needs to be at a predictable
* address so I can export it in an ELF header. Bootloaders * address so I can export it in an ELF header. Bootloaders

View file

@ -1,5 +0,0 @@
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/x86/boot/compressed/Makefile_32
else
include ${srctree}/arch/x86_64/boot/compressed/Makefile_64
endif