commit | c7d16736b8759f45a49d318bf3a8ca7fed7b6962 | [log] [tgz] |
---|---|---|
author | David Daney <ddaney@caviumnetworks.com> | Thu Apr 16 09:20:17 2009 -0700 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu May 14 13:50:25 2009 +0100 |
tree | 8833e5f0d1a570171f15cb8041077fc0d33bf8bd | |
parent | 592e527f5b7c17e9be8fc58a63c3f918827b4b92 [diff] |
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>