diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-26 08:22:15 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-04 03:33:01 +0400 |
commit | 5e392b8db7471c15f587e5f206b7ca98282697e8 (patch) | |
tree | ec442a448cbd87724fb9623ac342f2877f20a815 /arch/mips/kernel/scall64-n32.S | |
parent | aa584802e51fa3f28cc6efb1863fe9a3d197c9c8 (diff) | |
download | linux-5e392b8db7471c15f587e5f206b7ca98282697e8.tar.xz |
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-n32.S')
-rw-r--r-- | arch/mips/kernel/scall64-n32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index 572ab50ff098..4b335467ea3f 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S @@ -298,7 +298,7 @@ EXPORT(sysn32_call_table) PTR sys_fremovexattr PTR sys_tkill PTR sys_ni_syscall - PTR sys_32_futex + PTR compat_sys_futex PTR compat_sys_sched_setaffinity /* 6195 */ PTR compat_sys_sched_getaffinity PTR sys_cacheflush |