diff options
author | Thiemo Seufer <ths@networkno.de> | 2005-03-13 00:07:00 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:30:55 +0100 |
commit | 90a67b5909ed39425fd2402b2b4c46ef1372b300 (patch) | |
tree | 4ed546e786e43b50a265cda79d2c786f7c0f0b1e /arch | |
parent | 96ed748d9da03d091799f8107fce27d218fd8f5c (diff) | |
download | op-kernel-dev-90a67b5909ed39425fd2402b2b4c46ef1372b300.zip op-kernel-dev-90a67b5909ed39425fd2402b2b4c46ef1372b300.tar.gz |
sys_futex has 6 arguments.
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-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 00e4a5e..9c4bb91 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S @@ -578,7 +578,7 @@ einval: li v0, -EINVAL sys sys_fremovexattr 2 /* 4235 */ sys sys_tkill 2 sys sys_sendfile64 5 - sys sys_futex 2 + sys sys_futex 6 sys sys_sched_setaffinity 3 sys sys_sched_getaffinity 3 /* 4240 */ sys sys_io_setup 2 |