diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2006-09-06 09:42:02 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 08:37:40 -0400 |
commit | 7fdeb048141b363a23b8cf6f6a226d74aca4d724 (patch) | |
tree | 5df2585bb21a10ab0ea0b43c788a2a84ca53bab3 /arch/mips/kernel/scall64-o32.S | |
parent | 8f9a2b324644d3f8c233287f0a7764d61655cda4 (diff) |
[MIPS] Wire up set_robust_list(2) and get_robust_list(2)
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index 505c9ee54009..2ac01412f747 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S | |||
@@ -514,4 +514,6 @@ sys_call_table: | |||
514 | PTR sys_tee | 514 | PTR sys_tee |
515 | PTR sys_vmsplice | 515 | PTR sys_vmsplice |
516 | PTR compat_sys_move_pages | 516 | PTR compat_sys_move_pages |
517 | PTR compat_sys_set_robust_list | ||
518 | PTR compat_sys_get_robust_list /* 4310 */ | ||
517 | .size sys_call_table,.-sys_call_table | 519 | .size sys_call_table,.-sys_call_table |