]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] kexec: x86 kexec core
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 25 Jun 2005 21:57:56 +0000 (14:57 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:24:49 +0000 (16:24 -0700)
commit5033cba087f6ac773002123aafbea1aad4267682
treefa0301c28c004e81d3aad597f23ea2407db8396c
parentdd2a13054ffc25783a74afb5e4a0f2115e45f9cd
[PATCH] kexec: x86 kexec core

This is the i386 implementation of kexec.

Signed-off-by: Eric Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/Kconfig
arch/i386/kernel/Makefile
arch/i386/kernel/crash.c [new file with mode: 0644]
arch/i386/kernel/machine_kexec.c [new file with mode: 0644]
arch/i386/kernel/relocate_kernel.S [new file with mode: 0644]
arch/i386/kernel/syscall_table.S
include/asm-i386/kexec.h [new file with mode: 0644]