소스 검색

i386: 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>
Thomas Gleixner 17 년 전
부모
커밋
0530bf37ce

+ 0 - 0
arch/i386/boot/compressed/.gitignore → arch/x86/boot/compressed/.gitignore


+ 1 - 1
arch/i386/boot/compressed/Makefile → arch/x86/boot/compressed/Makefile

@@ -1,5 +1,5 @@
 ifeq ($(CONFIG_X86_32),y)
 ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/i386/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_64/boot/compressed/Makefile_64
 endif
 endif

+ 1 - 1
arch/i386/boot/compressed/Makefile_32 → arch/x86/boot/compressed/Makefile_32

@@ -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
 # create a compressed vmlinux image from the original vmlinux
 #
 #

+ 0 - 0
arch/i386/boot/compressed/head_32.S → arch/x86/boot/compressed/head_32.S


+ 0 - 0
arch/i386/boot/compressed/misc_32.c → arch/x86/boot/compressed/misc_32.c


+ 0 - 0
arch/i386/boot/compressed/relocs.c → arch/x86/boot/compressed/relocs.c


+ 0 - 0
arch/i386/boot/compressed/vmlinux_32.lds → arch/x86/boot/compressed/vmlinux_32.lds


+ 0 - 0
arch/i386/boot/compressed/vmlinux_32.scr → arch/x86/boot/compressed/vmlinux_32.scr


+ 1 - 1
arch/x86_64/boot/compressed/Makefile

@@ -1,5 +1,5 @@
 ifeq ($(CONFIG_X86_32),y)
 ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/i386/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_64/boot/compressed/Makefile_64
 endif
 endif