MIPS: Fix syscall 64 bit number comments.
Noticed and original patch by Philby John <pjohn@mvista.com>. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
5e844b31c2
commit
e080e6166a
|
@ -416,12 +416,12 @@ sys_call_table:
|
||||||
PTR sys_pipe2
|
PTR sys_pipe2
|
||||||
PTR sys_inotify_init1
|
PTR sys_inotify_init1
|
||||||
PTR sys_preadv
|
PTR sys_preadv
|
||||||
PTR sys_pwritev /* 5390 */
|
PTR sys_pwritev /* 5290 */
|
||||||
PTR sys_rt_tgsigqueueinfo
|
PTR sys_rt_tgsigqueueinfo
|
||||||
PTR sys_perf_event_open
|
PTR sys_perf_event_open
|
||||||
PTR sys_accept4
|
PTR sys_accept4
|
||||||
PTR sys_recvmmsg
|
PTR sys_recvmmsg
|
||||||
PTR sys_fanotify_init /* 5395 */
|
PTR sys_fanotify_init /* 5295 */
|
||||||
PTR sys_fanotify_mark
|
PTR sys_fanotify_mark
|
||||||
PTR sys_prlimit64
|
PTR sys_prlimit64
|
||||||
.size sys_call_table,.-sys_call_table
|
.size sys_call_table,.-sys_call_table
|
||||||
|
|
Loading…
Reference in New Issue