[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)
commit583bb86fbb9e85287f020fe4eb5352a0ec3c66a3
tree5aa886f3fd85387d26df30bc33ef24aeda1181f5
parentc237923009da464881d89f4bc27c3b5b1a93d61b
[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