summaryrefslogtreecommitdiffstats
path: root/arch/ia64
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-12-30 22:50:22 +0100
committerArnd Bergmann <arnd@arndb.de>2019-01-25 17:22:20 +0100
commitacce2f71779c54086962fefce3833d886c655f62 (patch)
treee8fe1250da05d6c2354d26b650a66ea7ff2d2ac8 /arch/ia64
parent7349ee3a97edbec60ada97e81b26b9c20e96156b (diff)
downloadlinux-0-day-acce2f71779c54086962fefce3833d886c655f62.tar.gz
linux-0-day-acce2f71779c54086962fefce3833d886c655f62.tar.xz
ia64: assign syscall numbers for perf and seccomp
Most architectures have assigned numbers for both seccomp and perf_event_open, even when they do not implement either. ia64 is an exception here, so for consistency lets add numbers for both of them. Unless CONFIG_PERF_EVENTS and CONFIG_SECCOMP are implemented, the system calls just return -ENOSYS. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/kernel/syscalls/syscall.tbl2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/kernel/syscalls/syscall.tbl b/arch/ia64/kernel/syscalls/syscall.tbl
index 52585281205b9..2e93dbdcdb803 100644
--- a/arch/ia64/kernel/syscalls/syscall.tbl
+++ b/arch/ia64/kernel/syscalls/syscall.tbl
@@ -337,3 +337,5 @@
325 common pwritev2 sys_pwritev2
326 common statx sys_statx
327 common io_pgetevents sys_io_pgetevents
+328 common perf_event_open sys_perf_event_open
+329 common seccomp sys_seccomp