i386: move boot
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:45 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:45 +0000 (11:16 +0200)
commit96ae6ea0be1b902c28b3b463c27da42b41e2b63a
treefbc18761d4fa93d7b0f6dbf3496289fa32bd363a
parent0530bf37cebcf22a73652937c2340bc1ebd92000
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>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
34 files changed:
arch/i386/Makefile
arch/x86/boot/.gitignore [moved from arch/i386/boot/.gitignore with 100% similarity]
arch/x86/boot/Makefile [moved from arch/i386/boot/Makefile with 99% similarity]
arch/x86/boot/a20.c [moved from arch/i386/boot/a20.c with 100% similarity]
arch/x86/boot/apm.c [moved from arch/i386/boot/apm.c with 100% similarity]
arch/x86/boot/bitops.h [moved from arch/i386/boot/bitops.h with 100% similarity]
arch/x86/boot/boot.h [moved from arch/i386/boot/boot.h with 100% similarity]
arch/x86/boot/cmdline.c [moved from arch/i386/boot/cmdline.c with 100% similarity]
arch/x86/boot/code16gcc.h [moved from arch/i386/boot/code16gcc.h with 100% similarity]
arch/x86/boot/copy.S [moved from arch/i386/boot/copy.S with 100% similarity]
arch/x86/boot/cpu.c [moved from arch/i386/boot/cpu.c with 100% similarity]
arch/x86/boot/cpucheck.c [moved from arch/i386/boot/cpucheck.c with 100% similarity]
arch/x86/boot/edd.c [moved from arch/i386/boot/edd.c with 100% similarity]
arch/x86/boot/header.S [moved from arch/i386/boot/header.S with 100% similarity]
arch/x86/boot/install.sh [moved from arch/i386/boot/install.sh with 100% similarity]
arch/x86/boot/main.c [moved from arch/i386/boot/main.c with 100% similarity]
arch/x86/boot/mca.c [moved from arch/i386/boot/mca.c with 100% similarity]
arch/x86/boot/memory.c [moved from arch/i386/boot/memory.c with 100% similarity]
arch/x86/boot/mtools.conf.in [moved from arch/i386/boot/mtools.conf.in with 100% similarity]
arch/x86/boot/pm.c [moved from arch/i386/boot/pm.c with 100% similarity]
arch/x86/boot/pmjump.S [moved from arch/i386/boot/pmjump.S with 100% similarity]
arch/x86/boot/printf.c [moved from arch/i386/boot/printf.c with 100% similarity]
arch/x86/boot/setup.ld [moved from arch/i386/boot/setup.ld with 100% similarity]
arch/x86/boot/string.c [moved from arch/i386/boot/string.c with 100% similarity]
arch/x86/boot/tty.c [moved from arch/i386/boot/tty.c with 100% similarity]
arch/x86/boot/version.c [moved from arch/i386/boot/version.c with 100% similarity]
arch/x86/boot/vesa.h [moved from arch/i386/boot/vesa.h with 100% similarity]
arch/x86/boot/video-bios.c [moved from arch/i386/boot/video-bios.c with 100% similarity]
arch/x86/boot/video-vesa.c [moved from arch/i386/boot/video-vesa.c with 100% similarity]
arch/x86/boot/video-vga.c [moved from arch/i386/boot/video-vga.c with 100% similarity]
arch/x86/boot/video.c [moved from arch/i386/boot/video.c with 100% similarity]
arch/x86/boot/video.h [moved from arch/i386/boot/video.h with 100% similarity]
arch/x86/boot/voyager.c [moved from arch/i386/boot/voyager.c with 100% similarity]
arch/x86_64/boot/Makefile