commit | acce2f71779c54086962fefce3833d886c655f62 | [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:20 2019 +0100 |
tree | e8fe1250da05d6c2354d26b650a66ea7ff2d2ac8 | |
parent | 7349ee3a97edbec60ada97e81b26b9c20e96156b [diff] |
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>