projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bda8229
)
MIPS: Set ENOSYS to errno on illegal system call number for syscall(2)
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Fri, 24 Oct 2008 16:17:23 +0000
(
01:17
+0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 27 Oct 2008 16:18:26 +0000
(16:18 +0000)
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/scall32-o32.S
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/scall32-o32.S
b/arch/mips/kernel/scall32-o32.S
index
ffa23bd
..
759f680
100644
(file)
--- a/
arch/mips/kernel/scall32-o32.S
+++ b/
arch/mips/kernel/scall32-o32.S
@@
-293,7
+293,7
@@
bad_alignment:
jr t2
/* Unreached */
-einval: li v0, -E
INVAL
+einval: li v0, -E
NOSYS
jr ra
END(sys_syscall)