git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b4cd27
)
[MIPS] Fix N32 SysV IPC routines
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Wed, 10 Jan 2007 09:53:33 +0000
(18:53 +0900)
committer
Ralf 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