diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-26 05:22:15 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-04 00:33:01 +0100 |
commit | 5e392b8db7471c15f587e5f206b7ca98282697e8 (patch) | |
tree | ec442a448cbd87724fb9623ac342f2877f20a815 /arch/mips/kernel/scall64-o32.S | |
parent | mips: switch to generic compat rt_sigaction() (diff) | |
download | linux-5e392b8db7471c15f587e5f206b7ca98282697e8.tar.xz linux-5e392b8db7471c15f587e5f206b7ca98282697e8.zip |
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: PTR sys_fremovexattr /* 4235 */ PTR sys_tkill PTR sys_sendfile64 - PTR sys_32_futex + PTR compat_sys_futex PTR compat_sys_sched_setaffinity PTR compat_sys_sched_getaffinity /* 4240 */ PTR compat_sys_io_setup |