aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/syscall_table_32.S
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-08-10 15:35:10 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-10 15:35:10 -0700
commit8cbd84f2dd4e52a8771b191030c374ba3e56d291 (patch)
treed85201ef4c1f6e38e33b3526fcb37cc6c9d3e5c5 /arch/x86/kernel/syscall_table_32.S
parentpower: Remove owner field from attribute initialization code in OLPC driver (diff)
downloadlinux-dev-8cbd84f2dd4e52a8771b191030c374ba3e56d291.tar.xz
linux-dev-8cbd84f2dd4e52a8771b191030c374ba3e56d291.zip
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: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--arch/x86/kernel/syscall_table_32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/syscall_table_32.S b/arch/x86/kernel/syscall_table_32.S
index 4802accb9d8d..b35786dc9b8f 100644
--- a/arch/x86/kernel/syscall_table_32.S
+++ b/arch/x86/kernel/syscall_table_32.S
@@ -339,4 +339,4 @@ ENTRY(sys_call_table)
.long sys_recvmmsg
.long sys_fanotify_init
.long sys_fanotify_mark
- .long sys_prlimit64
+ .long sys_prlimit64 /* 340 */