diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 23:22:15 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:33:01 -0500 |
commit | 5e392b8db7471c15f587e5f206b7ca98282697e8 (patch) | |
tree | ec442a448cbd87724fb9623ac342f2877f20a815 /arch/mips/kernel/scall64-o32.S | |
parent | aa584802e51fa3f28cc6efb1863fe9a3d197c9c8 (diff) |
mips: don't bother with compat_sys_futex() wrappers
... it's COMPAT_SYSCALL_DEFINE now
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/mips/kernel/scall64-o32.S')
-rw-r--r-- | arch/mips/kernel/scall64-o32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index aa29c3318fbc..78e1ef17abcc 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S | |||
@@ -430,7 +430,7 @@ sys_call_table: | |||
430 | PTR sys_fremovexattr /* 4235 */ | 430 | PTR sys_fremovexattr /* 4235 */ |
431 | PTR sys_tkill | 431 | PTR sys_tkill |
432 | PTR sys_sendfile64 | 432 | PTR sys_sendfile64 |
433 | PTR sys_32_futex | 433 | PTR compat_sys_futex |
434 | PTR compat_sys_sched_setaffinity | 434 | PTR compat_sys_sched_setaffinity |
435 | PTR compat_sys_sched_getaffinity /* 4240 */ | 435 | PTR compat_sys_sched_getaffinity /* 4240 */ |
436 | PTR compat_sys_io_setup | 436 | PTR compat_sys_io_setup |