projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2c780c
)
[PATCH] mips: fix number of mremap arguments
author
Yoichi Yuasa
<yoichi_yuasa@tripeaks.co.jp>
Fri, 23 Jun 2006 09:04:14 +0000
(
02:04
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 23 Jun 2006 14:42:56 +0000
(07:42 -0700)
mremap syscall takes 5 arguments. Fixed by Ralf Baechle.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.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 a0ac0e5f61ad67d2d9ef9b8cb734e9db416431bd..2d2fdf77e30857f964fbca3b609dadb0bedbe500 100644
(file)
--- 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 */