From 84d4f5eee5a291dcb25a2a8f781a9a48f70f4731 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 19 Mar 2016 13:35:43 +0100 Subject: add copy_file_range syscall numbers from linux v4.5 it was introduced for offloading copying between regular files in linux commit 29732938a6289a15e907da234d6692a2ead71855 (microblaze and sh does not yet have the syscall number.) --- arch/mips64/bits/syscall.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/mips64') diff --git a/arch/mips64/bits/syscall.h b/arch/mips64/bits/syscall.h index 8c818825..a84a5197 100644 --- a/arch/mips64/bits/syscall.h +++ b/arch/mips64/bits/syscall.h @@ -317,6 +317,7 @@ #define __NR_userfaultfd 5317 #define __NR_membarrier 5318 #define __NR_mlock2 5319 +#define __NR_copy_file_range 5320 #define SYS_read 5000 #define SYS_write 5001 @@ -637,3 +638,4 @@ #define SYS_userfaultfd 5317 #define SYS_membarrier 5318 #define SYS_mlock2 5319 +#define SYS_copy_file_range 5320 -- cgit v1.2.1