summaryrefslogtreecommitdiff
path: root/arch/microblaze/include/uapi
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-11-15 14:01:38 +0300
committerMichal Simek <michal.simek@xilinx.com>2016-11-15 15:58:36 +0300
commit7181e5590e5ba898804aef3ee6be7f27606e6f8b (patch)
tree45a840d8923f7d868ce397a8cb6059b0ecaba208 /arch/microblaze/include/uapi
parent63b7c83ebea06d23dfd1548391515614b5765ad8 (diff)
downloadlinux-7181e5590e5ba898804aef3ee6be7f27606e6f8b.tar.xz
microblaze: Add missing syscalls
The patch adds new syscalls copy_file_range, preadv2, pwritev2, pkey_mprotect, pkey_alloc, pkey_free Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/include/uapi')
-rw-r--r--arch/microblaze/include/uapi/asm/unistd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/microblaze/include/uapi/asm/unistd.h b/arch/microblaze/include/uapi/asm/unistd.h
index a8bd3fa28bc7..d8086159d996 100644
--- a/arch/microblaze/include/uapi/asm/unistd.h
+++ b/arch/microblaze/include/uapi/asm/unistd.h
@@ -407,5 +407,11 @@
#define __NR_userfaultfd 389
#define __NR_membarrier 390
#define __NR_mlock2 391
+#define __NR_copy_file_range 392
+#define __NR_preadv2 393
+#define __NR_pwritev2 394
+#define __NR_pkey_mprotect 395
+#define __NR_pkey_alloc 396
+#define __NR_pkey_free 397
#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */