Skip to content

Commit

Permalink
x86_64: move boot
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent aadfb67 commit 9e9b457
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion arch/x86/boot/compressed/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/x86/boot/compressed/Makefile_32
else
include ${srctree}/arch/x86_64/boot/compressed/Makefile_64
include ${srctree}/arch/x86/boot/compressed/Makefile_64
endif
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ no_longmode:
hlt
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
* address so I can export it in an ELF header. Bootloaders
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions arch/x86_64/boot/compressed/Makefile

This file was deleted.

0 comments on commit 9e9b457

Please sign in to comment.