]> git.baikalelectronics.ru Git - kernel.git/commit
arch: add pkey and rseq syscall numbers everywhere
authorArnd Bergmann <arnd@arndb.de>
Mon, 31 Dec 2018 22:12:32 +0000 (23:12 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 25 Jan 2019 16:22:50 +0000 (17:22 +0100)
commit81612d262b65125886e817b6b714bacdae838b0f
tree99973f9fdc01b72f5fcfc8cd3ebf212b8ee07cc0
parent84e4623c36c1d3ff2813e09c447c80d359d846ff
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>
12 files changed:
arch/alpha/include/asm/unistd.h
arch/alpha/kernel/syscalls/syscall.tbl
arch/ia64/kernel/syscalls/syscall.tbl
arch/m68k/kernel/syscalls/syscall.tbl
arch/parisc/include/asm/unistd.h
arch/parisc/kernel/syscalls/syscall.tbl
arch/s390/include/asm/unistd.h
arch/s390/kernel/syscalls/syscall.tbl
arch/sh/kernel/syscalls/syscall.tbl
arch/sparc/include/asm/unistd.h
arch/sparc/kernel/syscalls/syscall.tbl
arch/xtensa/kernel/syscalls/syscall.tbl