From: Arnaud Patard Date: Tue, 20 Oct 2009 08:27:47 +0000 (+0200) Subject: MIPS: O32: Fix ppoll X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=049a31afe16e733a54f7da7fdf845034758c6ee1;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git MIPS: O32: Fix ppoll sys_ppoll syscall needs to use a compat handler on 64bit kernels with o32 user-space. Signed-off-by: Arnaud Patard Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index ba0dde6465a5..14dde4ca932e 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S @@ -505,7 +505,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 */