aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/scall64-o32.S
diff options
context:
space:
mode:
authorDavid Daney <ddaney@caviumnetworks.com>2009-04-16 09:20:17 -0700
committerRalf Baechle <ralf@linux-mips.org>2009-05-14 13:50:25 +0100
commitc7d16736b8759f45a49d318bf3a8ca7fed7b6962 (patch)
tree8833e5f0d1a570171f15cb8041077fc0d33bf8bd /arch/mips/kernel/scall64-o32.S
parentMIPS: Fix build error if CONFIG_CEVT_R4K is undefined. (diff)
downloadlinux-dev-c7d16736b8759f45a49d318bf3a8ca7fed7b6962.tar.xz
linux-dev-c7d16736b8759f45a49d318bf3a8ca7fed7b6962.zip
MIPS: Compat: Use generic 32-bit wrapers for sys_timerfd_{g,s}ettime
The LTP timerfd01 test is failing (blocking forever) on the 32-bit ABIs. We need to use the compat_* wrappers for these system calls. Signed-off-by: David Daney <ddaney@caviumnetworks.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r--arch/mips/kernel/scall64-o32.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S
index 002fac27021e..a5598b2339dd 100644
--- a/arch/mips/kernel/scall64-o32.S
+++ b/arch/mips/kernel/scall64-o32.S
@@ -525,8 +525,8 @@ sys_call_table:
PTR sys_eventfd
PTR sys32_fallocate /* 4320 */
PTR sys_timerfd_create
- PTR sys_timerfd_gettime
- PTR sys_timerfd_settime
+ PTR compat_sys_timerfd_gettime
+ PTR compat_sys_timerfd_settime
PTR compat_sys_signalfd4
PTR sys_eventfd2 /* 4325 */
PTR sys_epoll_create1