]> Pileus Git - ~andy/linux/commitdiff
i386: move boot
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:43 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:43 +0000 (11:16 +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/.gitignore [moved from arch/i386/boot/compressed/.gitignore with 100% similarity]
arch/x86/boot/compressed/Makefile [moved from arch/i386/boot/compressed/Makefile with 62% similarity]
arch/x86/boot/compressed/Makefile_32 [moved from arch/i386/boot/compressed/Makefile_32 with 97% similarity]
arch/x86/boot/compressed/head_32.S [moved from arch/i386/boot/compressed/head_32.S with 100% similarity]
arch/x86/boot/compressed/misc_32.c [moved from arch/i386/boot/compressed/misc_32.c with 100% similarity]
arch/x86/boot/compressed/relocs.c [moved from arch/i386/boot/compressed/relocs.c with 100% similarity]
arch/x86/boot/compressed/vmlinux_32.lds [moved from arch/i386/boot/compressed/vmlinux_32.lds with 100% similarity]
arch/x86/boot/compressed/vmlinux_32.scr [moved from arch/i386/boot/compressed/vmlinux_32.scr with 100% similarity]
arch/x86_64/boot/compressed/Makefile

similarity index 62%
rename from arch/i386/boot/compressed/Makefile
rename to arch/x86/boot/compressed/Makefile
index 78514f3f626fb6aa39bdd2e7ca474e082ff4cb3f..76ab5caddf9af77164dfdbdec9470cc9f3a04f51 100644 (file)
@@ -1,5 +1,5 @@
 ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/i386/boot/compressed/Makefile_32
+include ${srctree}/arch/x86/boot/compressed/Makefile_32
 else
 include ${srctree}/arch/x86_64/boot/compressed/Makefile_64
 endif
similarity index 97%
rename from arch/i386/boot/compressed/Makefile_32
rename to arch/x86/boot/compressed/Makefile_32
index 0c64c314eadbc54817f5f89cb3eff649ef644ff5..22613c652d22d7a6ca5e250f8bfb8c11225ca144 100644 (file)
@@ -1,5 +1,5 @@
 #
-# linux/arch/i386/boot/compressed/Makefile
+# linux/arch/x86/boot/compressed/Makefile
 #
 # create a compressed vmlinux image from the original vmlinux
 #
index 78514f3f626fb6aa39bdd2e7ca474e082ff4cb3f..76ab5caddf9af77164dfdbdec9470cc9f3a04f51 100644 (file)
@@ -1,5 +1,5 @@
 ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/i386/boot/compressed/Makefile_32
+include ${srctree}/arch/x86/boot/compressed/Makefile_32
 else
 include ${srctree}/arch/x86_64/boot/compressed/Makefile_64
 endif