diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-10-18 11:48:31 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 18:32:43 (GMT) |
commit | 0d507d61cd1cce6d920e78fe10e67296abb2a1eb (patch) | |
tree | 8db52cb5dc090eaee60f0248afe8743fe3e52904 /arch/mips/kernel | |
parent | 12616ed202ba66af6e1386df02d06c72d7386339 (diff) | |
download | linux-0d507d61cd1cce6d920e78fe10e67296abb2a1eb.tar.xz |
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 fd1823c..4dd8e8b 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 */ |