提交 8cbd84f2 编写于 作者: L Linus Torvalds

x86: fix up system call numbering nit

As pointed out by Jiri Slaby: when I resolved the the 32-bit x85 system
call entry tables for prlimit (due to the conflict with fanotify), I
forgot to add the numbering in comments that we do for every fifth entry.
Reported-by: NJiri Slaby <jslaby@suse.cz>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 20d7b241
...@@ -844,5 +844,5 @@ ia32_sys_call_table: ...@@ -844,5 +844,5 @@ ia32_sys_call_table:
.quad compat_sys_recvmmsg .quad compat_sys_recvmmsg
.quad sys_fanotify_init .quad sys_fanotify_init
.quad sys32_fanotify_mark .quad sys32_fanotify_mark
.quad sys_prlimit64 .quad sys_prlimit64 /* 340 */
ia32_syscall_end: ia32_syscall_end:
...@@ -339,4 +339,4 @@ ENTRY(sys_call_table) ...@@ -339,4 +339,4 @@ ENTRY(sys_call_table)
.long sys_recvmmsg .long sys_recvmmsg
.long sys_fanotify_init .long sys_fanotify_init
.long sys_fanotify_mark .long sys_fanotify_mark
.long sys_prlimit64 .long sys_prlimit64 /* 340 */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册