sys_ppoll syscall needs to use a compat handler on 64bit kernels with o32 user-space. This patch wires it. Signed-off-by: Arnaud Patard <apatard@xxxxxxxxxxxx> ---
--- arch/mips/kernel/scall64-o32.S | 2 1 + 1 - 0 ! 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.24/arch/mips/kernel/scall64-o32.S =================================================================== --- linux-2.6.24.orig/arch/mips/kernel/scall64-o32.S 2008-07-07 17:49:07.000000000 +0200 +++ linux-2.6.24/arch/mips/kernel/scall64-o32.S 2008-07-07 19:27:42.000000000 +0200 @@ -507,7 +507,7 @@ sys_call_table: PTR sys_fchmodat PTR sys_faccessat /* 4300 */ PTR compat_sys_pselect6 - PTR sys_ppoll + PTR compat_sys_ppoll PTR sys_unshare PTR sys_splice PTR sys32_sync_file_range /* 4305 */