aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-12-31 23:12:32 +0100
committerArnd Bergmann <arnd@arndb.de>2019-01-25 17:22:50 +0100
commitb41c51c8e194c0bdfb4b1778a137aea8246c86cd (patch)
tree99973f9fdc01b72f5fcfc8cd3ebf212b8ee07cc0 /arch/sh/kernel
parentarch: add split IPC system calls where needed (diff)
downloadlinux-dev-b41c51c8e194c0bdfb4b1778a137aea8246c86cd.tar.xz
linux-dev-b41c51c8e194c0bdfb4b1778a137aea8246c86cd.zip
arch: add pkey and rseq syscall numbers everywhere
Most architectures define system call numbers for the rseq and pkey system calls, even when they don't support the features, and perhaps never will. Only a few architectures are missing these, so just define them anyway for consistency. If we decide to add them later to one of these, the system call numbers won't get out of sync then. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r--arch/sh/kernel/syscalls/syscall.tbl4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls/syscall.tbl b/arch/sh/kernel/syscalls/syscall.tbl
index 6d0b84e3ef2d..cafa63c6a932 100644
--- a/arch/sh/kernel/syscalls/syscall.tbl
+++ b/arch/sh/kernel/syscalls/syscall.tbl
@@ -391,6 +391,10 @@
381 common preadv2 sys_preadv2
382 common pwritev2 sys_pwritev2
383 common statx sys_statx
+384 common pkey_mprotect sys_pkey_mprotect
+385 common pkey_alloc sys_pkey_alloc
+386 common pkey_free sys_pkey_free
+387 common rseq sys_rseq
# room for arch specific syscalls
393 common semget sys_semget
394 common semctl sys_semctl