seccomp: fix syscall numbers for x86 and x86_64

Correcting syscall numbers for seccomp

Signed-off-by: Lee Campbell <leecam@chromium.org>
Git-commit: 900e9fd0d5d15c596cacfb89ce007c933cea6e1c
Git-repo: https://android.googlesource.com/kernel/common.git
[imaund@codeaurora.org: Resolved context conflicts]
Signed-off-by: Ian Maund <imaund@codeaurora.org>
This commit is contained in:
Lee Campbell 2014-10-08 14:40:22 -07:00 committed by Ian Maund
parent e45b4843ab
commit 51aeab2e10
2 changed files with 4 additions and 2 deletions

View File

@ -359,4 +359,5 @@
350 i386 finit_module sys_finit_module
351 i386 sched_setattr sys_sched_setattr
352 i386 sched_getattr sys_sched_getattr
353 i386 seccomp sys_seccomp
# 353 i386 renameat2 sys_renameat2
354 i386 seccomp sys_seccomp

View File

@ -322,7 +322,8 @@
313 common finit_module sys_finit_module
314 common sched_setattr sys_sched_setattr
315 common sched_getattr sys_sched_getattr
316 common seccomp sys_seccomp
# 316 common renameat2 sys_renameat2
317 common seccomp sys_seccomp
#
# x32-specific system call numbers start at 512 to avoid cache impact