commit | 583bb86fbb9e85287f020fe4eb5352a0ec3c66a3 | [log] [tgz] |
---|---|---|
author | Nicolas Schichan <nschichan@freebox.fr> | Wed Oct 18 15:14:55 2006 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Nov 30 01:14:44 2006 +0000 |
tree | 5aa886f3fd85387d26df30bc33ef24aeda1181f5 | |
parent | c237923009da464881d89f4bc27c3b5b1a93d61b [diff] [blame] |
[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>
diff --git a/arch/mips/kernel/scall64-64.S b/arch/mips/kernel/scall64-64.S index 8fb0f60..e569b84 100644 --- a/arch/mips/kernel/scall64-64.S +++ b/arch/mips/kernel/scall64-64.S
@@ -468,6 +468,6 @@ PTR sys_move_pages PTR sys_set_robust_list PTR sys_get_robust_list - PTR sys_ni_syscall /* 5270 */ + PTR sys_kexec_load /* 5270 */ PTR sys_getcpu PTR sys_epoll_pwait