Message ID | 20190531191204.4044-5-palmer@sifive.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/5] Non-functional cleanup of a "__user * filename" | expand |
diff --git a/arch/x86/entry/syscalls/syscall_64.tbl b/arch/x86/entry/syscalls/syscall_64.tbl index 92ee0b4378d4..998aa3eb09e2 100644 --- a/arch/x86/entry/syscalls/syscall_64.tbl +++ b/arch/x86/entry/syscalls/syscall_64.tbl @@ -349,6 +349,7 @@ 425 common io_uring_setup __x64_sys_io_uring_setup 426 common io_uring_enter __x64_sys_io_uring_enter 427 common io_uring_register __x64_sys_io_uring_register +428 common fchmodat4 __x64_sys_fchmodat4 # # x32-specific system call numbers start at 512 to avoid cache impact
Signed-off-by: Palmer Dabbelt <palmer@sifive.com> --- arch/x86/entry/syscalls/syscall_64.tbl | 1 + 1 file changed, 1 insertion(+)