Skip to content

Commit 049a31a

Browse files
Arnaud Patardralfbaechle
authored andcommitted
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 <[email protected]> Signed-off-by: Ralf Baechle <[email protected]>
1 parent 55f4e1d commit 049a31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/kernel/scall64-o32.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ sys_call_table:
505505
PTR sys_fchmodat
506506
PTR sys_faccessat /* 4300 */
507507
PTR compat_sys_pselect6
508-
PTR sys_ppoll
508+
PTR compat_sys_ppoll
509509
PTR sys_unshare
510510
PTR sys_splice
511511
PTR sys32_sync_file_range /* 4305 */

0 commit comments

Comments
 (0)