MIPS: Compat: Use generic 32-bit wrapers for sys_timerfd_{g,s}ettime
authorDavid Daney <ddaney@caviumnetworks.com>
Thu, 16 Apr 2009 16:20:17 +0000 (09:20 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 14 May 2009 12:50:25 +0000 (13:50 +0100)
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>

No differences found