diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-18 18:52:17 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-19 12:55:14 -0400 |
commit | d2bcf87d0fcdc10d1be65b03fd032bec05efe49f (patch) | |
tree | e5b2ebb6a0d7dd85f2cf7c524b4cb6babafaeca8 /arch/mips/kernel/scall64-o32.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-o32.S')
-rw-r--r-- | arch/mips/kernel/scall64-o32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index d105917d6d93..2875c4a3fa58 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S | |||
@@ -516,4 +516,5 @@ sys_call_table: | |||
516 | PTR compat_sys_move_pages | 516 | PTR compat_sys_move_pages |
517 | PTR compat_sys_set_robust_list | 517 | PTR compat_sys_set_robust_list |
518 | PTR compat_sys_get_robust_list /* 4310 */ | 518 | PTR compat_sys_get_robust_list /* 4310 */ |
519 | PTR sys_ni_syscall | ||
519 | .size sys_call_table,.-sys_call_table | 520 | .size sys_call_table,.-sys_call_table |