]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: assign syscall number for seccomp
authorArnd Bergmann <arnd@arndb.de>
Sun, 30 Dec 2018 21:50:22 +0000 (22:50 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 25 Jan 2019 16:22:50 +0000 (17:22 +0100)
commitb95e03c10c564831a987a9bc76168af967b2147c
treeccd05b289148419ae24b094e141b37ddd1dec3f4
parent8bbe83da9d30d89cc59e949a735272f04c051efb
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 <geert@linux-m68k.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/m68k/kernel/syscalls/syscall.tbl