summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/uapi
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2016-03-01 23:18:43 +0100
committerHelge Deller <deller@gmx.de>2016-03-01 23:21:11 +0100
commitb4f09ae6db2a98ff7817c3371aaab39ca22daf80 (patch)
tree6a1c592e0d1aa028fb9b7e0faae69fdd098763d9 /arch/parisc/include/uapi
parent98e8b6c9ac9d1b1e9d1122dfa6783d5d566bb8f7 (diff)
downloadop-kernel-dev-b4f09ae6db2a98ff7817c3371aaab39ca22daf80.zip
op-kernel-dev-b4f09ae6db2a98ff7817c3371aaab39ca22daf80.tar.gz
parisc: Wire up copy_file_range syscall
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/uapi')
-rw-r--r--arch/parisc/include/uapi/asm/unistd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/parisc/include/uapi/asm/unistd.h b/arch/parisc/include/uapi/asm/unistd.h
index 35bdccb..b75039f 100644
--- a/arch/parisc/include/uapi/asm/unistd.h
+++ b/arch/parisc/include/uapi/asm/unistd.h
@@ -361,8 +361,9 @@
#define __NR_membarrier (__NR_Linux + 343)
#define __NR_userfaultfd (__NR_Linux + 344)
#define __NR_mlock2 (__NR_Linux + 345)
+#define __NR_copy_file_range (__NR_Linux + 346)
-#define __NR_Linux_syscalls (__NR_mlock2 + 1)
+#define __NR_Linux_syscalls (__NR_copy_file_range + 1)
#define __IGNORE_select /* newselect */
OpenPOWER on IntegriCloud