Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+3 -3
arch/i386/boot/compressed/.gitignore arch/x86/boot/compressed/.gitignore
+1 -1
arch/i386/boot/compressed/Makefile arch/x86/boot/compressed/Makefile
··· 1 1 ifeq ($(CONFIG_X86_32),y) 2 - include ${srctree}/arch/i386/boot/compressed/Makefile_32 2 + include ${srctree}/arch/x86/boot/compressed/Makefile_32 3 3 else 4 4 include ${srctree}/arch/x86_64/boot/compressed/Makefile_64 5 5 endif
+1 -1
arch/i386/boot/compressed/Makefile_32 arch/x86/boot/compressed/Makefile_32
··· 1 1 # 2 - # linux/arch/i386/boot/compressed/Makefile 2 + # linux/arch/x86/boot/compressed/Makefile 3 3 # 4 4 # create a compressed vmlinux image from the original vmlinux 5 5 #
arch/i386/boot/compressed/head_32.S arch/x86/boot/compressed/head_32.S
arch/i386/boot/compressed/misc_32.c arch/x86/boot/compressed/misc_32.c
arch/i386/boot/compressed/relocs.c arch/x86/boot/compressed/relocs.c
arch/i386/boot/compressed/vmlinux_32.lds arch/x86/boot/compressed/vmlinux_32.lds
arch/i386/boot/compressed/vmlinux_32.scr arch/x86/boot/compressed/vmlinux_32.scr
+1 -1
arch/x86_64/boot/compressed/Makefile
··· 1 1 ifeq ($(CONFIG_X86_32),y) 2 - include ${srctree}/arch/i386/boot/compressed/Makefile_32 2 + include ${srctree}/arch/x86/boot/compressed/Makefile_32 3 3 else 4 4 include ${srctree}/arch/x86_64/boot/compressed/Makefile_64 5 5 endif