Commit c7d16736 authored by David Daney's avatar David Daney Committed by Ralf Baechle
Browse files

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: default avatarDavid Daney <ddaney@caviumnetworks.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 592e527f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -405,8 +405,8 @@ EXPORT(sysn32_call_table)
	PTR	sys_eventfd
	PTR	sys_fallocate
	PTR	sys_timerfd_create
	PTR	sys_timerfd_gettime		/* 5285 */
	PTR	sys_timerfd_settime
	PTR	compat_sys_timerfd_gettime	/* 5285 */
	PTR	compat_sys_timerfd_settime
	PTR	sys_signalfd4
	PTR	sys_eventfd2
	PTR	sys_epoll_create1
+2 −2
Original line number Diff line number Diff line
@@ -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