From: Ralf Baechle Date: Thu, 16 Jun 2011 09:32:15 +0000 (+0100) Subject: MIPS: 32-bit: Fix number of argument to epoll_wait. X-Git-Tag: next-20110729~73^2~18 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a84946f9af8f0a3d31cd1820a8ab09999343cc1c;p=karo-tx-linux.git 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: Ralf Baechle --- diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index e521420a45a5..805f897097d0 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S @@ -496,7 +496,7 @@ einval: li v0, -ENOSYS sys sys_lookup_dcookie 4 sys sys_epoll_create 1 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_set_tid_address 1 sys sys_restart_syscall 0