From: Yoichi Yuasa Date: Fri, 23 Jun 2006 09:04:14 +0000 (-0700) Subject: [PATCH] mips: fix number of mremap arguments X-Git-Tag: v2.6.18-rc1~1081^2~130 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=7dbdf43cfa635ddc3701cc8d1eab07597cd731c0;p=~shefty%2Frdma-dev.git [PATCH] mips: fix number of mremap arguments mremap syscall takes 5 arguments. Fixed by Ralf Baechle. Signed-off-by: Ralf Baechle Signed-off-by: Yoichi Yuasa Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index a0ac0e5f61a..2d2fdf77e30 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S @@ -497,7 +497,7 @@ einval: li v0, -EINVAL sys sys_sched_get_priority_min 1 sys sys_sched_rr_get_interval 2 /* 4165 */ sys sys_nanosleep, 2 - sys sys_mremap, 4 + sys sys_mremap, 5 sys sys_accept 3 sys sys_bind 3 sys sys_connect 3 /* 4170 */