commit | 46afb8296c2494bfce17064124b253eb9b176ef9 | [log] [tgz] |
---|---|---|
author | Chandrakala Chavva <cchavva@caviumnetworks.com> | Mon May 10 17:11:54 2010 -0700 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat May 15 21:59:53 2010 +0100 |
tree | 709fc3151984e294f27e54a67bfe9f9387a377fb | |
parent | 95e8f634d7a3ea5af40ec3fa42c8a152fd3a0624 [diff] |
MIPS: N32: Use compat version for sys_ppoll. The sys_ppoll() takes struct 'struct timespec'. This is different for the N32 and N64 ABIs. Use the compat version to do the proper conversions. Signed-off-by: David Daney <ddaney@caviumnetworks.com> To: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/1210/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org> ---