about summary refs log tree commit diff
path: root/arch/mips64/bits/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/bits/syscall.h')
-rw-r--r--arch/mips64/bits/syscall.h2
1 files changed, 2 insertions, 0 deletions
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