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

Commit 5db6acdb authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: 32-bit: Fix number of argument to epoll_wait.



The number of arguments only matters for syscalls with stack arguments that
is using 5 or more argument slots so this is just cosmetic fix.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 901f6169
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -496,7 +496,7 @@ einval: li v0, -ENOSYS
	sys	sys_lookup_dcookie	4
	sys	sys_lookup_dcookie	4
	sys	sys_epoll_create	1
	sys	sys_epoll_create	1
	sys	sys_epoll_ctl		4
	sys	sys_epoll_ctl		4
	sys	sys_epoll_wait		3	/* 4250 */
	sys	sys_epoll_wait		4	/* 4250 */
	sys	sys_remap_file_pages	5
	sys	sys_remap_file_pages	5
	sys	sys_set_tid_address	1
	sys	sys_set_tid_address	1
	sys	sys_restart_syscall	0
	sys	sys_restart_syscall	0