diff options
Diffstat (limited to 'arch/x86/entry/syscalls/syscall_64.tbl')
| -rw-r--r-- | arch/x86/entry/syscalls/syscall_64.tbl | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/x86/entry/syscalls/syscall_64.tbl b/arch/x86/entry/syscalls/syscall_64.tbl index 4dfe42666d0c..f0b1709a5ffb 100644 --- a/arch/x86/entry/syscalls/syscall_64.tbl +++ b/arch/x86/entry/syscalls/syscall_64.tbl @@ -341,6 +341,8 @@  330	common	pkey_alloc		__x64_sys_pkey_alloc  331	common	pkey_free		__x64_sys_pkey_free  332	common	statx			__x64_sys_statx +333	common	io_pgetevents		__x64_sys_io_pgetevents +334	common	rseq			__x64_sys_rseq  #  # x32-specific system call numbers start at 512 to avoid cache impact |