x86_64: move boot
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:17:15 +0000 (11:17 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:17:15 +0000 (11:17 +0200)
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>
arch/x86/boot/compressed/Makefile
arch/x86/boot/compressed/Makefile_64 [moved from arch/x86_64/boot/compressed/Makefile_64 with 94% similarity]
arch/x86/boot/compressed/head_64.S [moved from arch/x86_64/boot/compressed/head_64.S with 99% similarity]
arch/x86/boot/compressed/misc_64.c [moved from arch/x86_64/boot/compressed/misc_64.c with 100% similarity]
arch/x86/boot/compressed/vmlinux_64.lds [moved from arch/x86_64/boot/compressed/vmlinux_64.lds with 100% similarity]
arch/x86/boot/compressed/vmlinux_64.scr [moved from arch/x86_64/boot/compressed/vmlinux_64.scr with 100% similarity]
arch/x86_64/boot/compressed/Makefile [deleted file]

index 76ab5ca..52c1db8 100644 (file)
@@ -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
similarity index 94%
rename from arch/x86_64/boot/compressed/Makefile_64
rename to arch/x86/boot/compressed/Makefile_64
index 5bfd108..dc6b338 100644 (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
 #
similarity index 99%
rename from arch/x86_64/boot/compressed/head_64.S
rename to arch/x86/boot/compressed/head_64.S
index 4946764..cff3d1d 100644 (file)
@@ -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
diff --git a/arch/x86_64/boot/compressed/Makefile b/arch/x86_64/boot/compressed/Makefile
deleted file mode 100644 (file)
index 76ab5ca..0000000
+++ /dev/null
@@ -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