diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-10-18 13:48:31 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 20:32:43 +0200 |
commit | 0d507d61cd1cce6d920e78fe10e67296abb2a1eb (patch) | |
tree | 8db52cb5dc090eaee60f0248afe8743fe3e52904 /arch/mips/kernel | |
parent | FPU emulator garbage collection. (diff) | |
download | linux-0d507d61cd1cce6d920e78fe10e67296abb2a1eb.tar.xz linux-0d507d61cd1cce6d920e78fe10e67296abb2a1eb.zip |
Sys_lookup_dcookie arguments occupy 4 argument slots.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r-- | arch/mips/kernel/scall32-o32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index fd1823c1657a..4dd8e8b4fbc2 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S @@ -587,7 +587,7 @@ einval: li v0, -EINVAL sys sys_io_submit 3 sys sys_io_cancel 3 /* 4245 */ sys sys_exit_group 1 - sys sys_lookup_dcookie 3 + sys sys_lookup_dcookie 4 sys sys_epoll_create 1 sys sys_epoll_ctl 4 sys sys_epoll_wait 3 /* 4250 */ |