diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-18 23:52:17 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-19 17:55:14 +0100 |
commit | d2bcf87d0fcdc10d1be65b03fd032bec05efe49f (patch) | |
tree | e5b2ebb6a0d7dd85f2cf7c524b4cb6babafaeca8 /arch/mips/kernel/scall64-n32.S | |
parent | e7a6f9c1f4e46f7fd776c6ee38bdb8f8ae131a82 (diff) |
[MIPS] Reserve syscall numbers for kexec_load.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-n32.S')
-rw-r--r-- | arch/mips/kernel/scall64-n32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index 8c453f8ffea6..67b92a1d6c72 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S @@ -394,3 +394,4 @@ EXPORT(sysn32_call_table) PTR sys_move_pages PTR compat_sys_set_robust_list PTR compat_sys_get_robust_list + PTR sys_ni_syscall |