diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2010-09-20 10:00:19 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2010-10-04 13:33:59 -0400 |
| commit | e080e6166a4c365f98a346e8433c81d0dca42f52 (patch) | |
| tree | b99bb0633dee3db6895c3b34385bb876f3b10145 | |
| parent | 5e844b31c2ace282ab8bea630b63e0212d9532d4 (diff) | |
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>
| -rw-r--r-- | arch/mips/kernel/scall64-64.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/scall64-64.S b/arch/mips/kernel/scall64-64.S index f02aeeb363ba..5573f8e4e326 100644 --- a/arch/mips/kernel/scall64-64.S +++ b/arch/mips/kernel/scall64-64.S | |||
| @@ -416,12 +416,12 @@ sys_call_table: | |||
| 416 | PTR sys_pipe2 | 416 | PTR sys_pipe2 |
| 417 | PTR sys_inotify_init1 | 417 | PTR sys_inotify_init1 |
| 418 | PTR sys_preadv | 418 | PTR sys_preadv |
| 419 | PTR sys_pwritev /* 5390 */ | 419 | PTR sys_pwritev /* 5290 */ |
| 420 | PTR sys_rt_tgsigqueueinfo | 420 | PTR sys_rt_tgsigqueueinfo |
| 421 | PTR sys_perf_event_open | 421 | PTR sys_perf_event_open |
| 422 | PTR sys_accept4 | 422 | PTR sys_accept4 |
| 423 | PTR sys_recvmmsg | 423 | PTR sys_recvmmsg |
| 424 | PTR sys_fanotify_init /* 5395 */ | 424 | PTR sys_fanotify_init /* 5295 */ |
| 425 | PTR sys_fanotify_mark | 425 | PTR sys_fanotify_mark |
| 426 | PTR sys_prlimit64 | 426 | PTR sys_prlimit64 |
| 427 | .size sys_call_table,.-sys_call_table | 427 | .size sys_call_table,.-sys_call_table |
