[MIPS] Fix N32 SysV IPC routines
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Wed, 10 Jan 2007 09:53:33 +0000 (18:53 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 10 Jan 2007 20:02:24 +0000 (20:02 +0000)
commite16d8df0be26c8e82c4a1188af8143f2d466b12a
treec1b06fe59395286fccc94c7af72bfb6ef5ada773
parent6b4cd2755039a0be642699e3fc2e3386daa88151
[MIPS] Fix N32 SysV IPC routines

Add wrappers for N32 msg{snd,rcv}.  compat_sys_msg{snd,rcv} can not not be
used as system call entries as is.  This fix is based on Kaz Kylheku's
patch.

Also change a type of last argument of sysn32_semctl to match its true
size.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/linux32.c
arch/mips/kernel/scall64-n32.S