]> git.baikalelectronics.ru Git - kernel.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)
commited20789b468740ab3d4f09211c5b89fbd976571d
treefa0301c28c004e81d3aad597f23ea2407db8396c
parente03633e755c889c5374f2d28a8778bcc11243baa
[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]