From: Arnd Bergmann Date: Sun, 30 Dec 2018 21:50:22 +0000 (+0100) Subject: m68k: assign syscall number for seccomp X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=09ac12603bf007eb5475c5847e78905e05d4c729;p=linux.git m68k: assign syscall number for seccomp Most architectures have assigned a numbers for the seccomp syscall even when they do not implement it. m68k is an exception here, so for consistency lets add the number. Unless CONFIG_SECCOMP is implemented, the system call just returns -ENOSYS. Acked-by: Geert Uytterhoeven Signed-off-by: Arnd Bergmann --- diff --git a/arch/m68k/kernel/syscalls/syscall.tbl b/arch/m68k/kernel/syscalls/syscall.tbl index 1a95c4a1bc0d7..85779d6ef9353 100644 --- a/arch/m68k/kernel/syscalls/syscall.tbl +++ b/arch/m68k/kernel/syscalls/syscall.tbl @@ -387,3 +387,4 @@ 377 common preadv2 sys_preadv2 378 common pwritev2 sys_pwritev2 379 common statx sys_statx +380 common seccomp sys_seccomp