Home
last modified time | relevance | path

Searched hist:acce2f71 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tblacce2f71 Sun Dec 30 15:50:22 CST 2018 Arnd Bergmann <arnd@arndb.de> 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>
acce2f71 Sun Dec 30 15:50:22 CST 2018 Arnd Bergmann <arnd@arndb.de> 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>