]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] Add support for kexec
authorNicolas Schichan <nschichan@freebox.fr>
Wed, 18 Oct 2006 13:14:55 +0000 (15:14 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 30 Nov 2006 01:14:44 +0000 (01:14 +0000)
commit0183cc58cd0a295cb3a171bc71d2536665f79127
tree5aa886f3fd85387d26df30bc33ef24aeda1181f5
parentfc2148544698269fad742f42ab32252acbe3dbbd
[MIPS] Add support for kexec

A tiny userland application loading the kernel and invoking kexec_load for
mips is available here:

http://chac.le-poulpe.net/~nico/kexec/kexec-2006-10-18.tar.gz

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
arch/mips/kernel/Makefile
arch/mips/kernel/machine_kexec.c [new file with mode: 0644]
arch/mips/kernel/relocate_kernel.S [new file with mode: 0644]
arch/mips/kernel/scall32-o32.S
arch/mips/kernel/scall64-64.S
arch/mips/kernel/scall64-n32.S
arch/mips/kernel/scall64-o32.S
include/asm-mips/kexec.h [new file with mode: 0644]
include/linux/kexec.h