mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 23:46:14 +01:00
[PATCH] mips: fix number of mremap arguments
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>
This commit is contained in:
parent
f2c780c1fd
commit
7dbdf43cfa
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue