From: Arnd Bergmann Date: Sun, 30 Dec 2018 21:25:07 +0000 (+0100) Subject: ia64: add statx and io_pgetevents syscalls X-Git-Tag: v5.1-rc1~167^2~2^2~15 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=7349ee3a97edbec60ada97e81b26b9c20e96156b;p=linux.git ia64: add statx and io_pgetevents syscalls All architectures should implement these two, so assign numbers and hook them up on ia64. Signed-off-by: Arnd Bergmann --- diff --git a/arch/ia64/kernel/syscalls/syscall.tbl b/arch/ia64/kernel/syscalls/syscall.tbl index e97caf51be42..52585281205b 100644 --- a/arch/ia64/kernel/syscalls/syscall.tbl +++ b/arch/ia64/kernel/syscalls/syscall.tbl @@ -335,3 +335,5 @@ 323 common copy_file_range sys_copy_file_range 324 common preadv2 sys_preadv2 325 common pwritev2 sys_pwritev2 +326 common statx sys_statx +327 common io_pgetevents sys_io_pgetevents