Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 049a31af authored by Arnaud Patard's avatar Arnaud Patard Committed by Ralf Baechle
Browse files

MIPS: O32: Fix ppoll



sys_ppoll syscall needs to use a compat handler on 64bit kernels with o32
user-space.

Signed-off-by: default avatarArnaud Patard <apatard@mandriva.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 55f4e1d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */