[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)
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>

No differences found