]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
MIPS: 32-bit: Fix number of argument to epoll_wait.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 16 Jun 2011 09:32:15 +0000 (10:32 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 28 Jul 2011 15:05:16 +0000 (16:05 +0100)
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 <ralf@linux-mips.org>
arch/mips/kernel/scall32-o32.S

index e521420a45a54896f16c6caa0e73ebd39718fd4b..805f897097d09fba09bdda2deeccf8419c87a2d9 100644 (file)
@@ -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