[MIPS] Add support for kexec
commitc3f80fdbbfdc50b8688186134088c57f573d024d
authorNicolas Schichan <nschichan@freebox.fr>
Wed, 18 Oct 2006 13:14:55 +0000 (18 15:14 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 30 Nov 2006 00:14:43 +0000 (30 00:14 +0000)
tree5b9f93dbad33aa92228ba9c3575e09dc572ffad7
parent8a6a7be0913303561f8fb577bf97b9eb2c10b833
[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