commit | 09ac12603bf007eb5475c5847e78905e05d4c729 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sun Dec 30 22:50:22 2018 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Jan 25 17:22:50 2019 +0100 |
tree | ccd05b289148419ae24b094e141b37ddd1dec3f4 | |
parent | 4ab65ba7a5cbad47520274d88d066bf8eb83f161 [diff] |
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>