浏览代码

add microblaze syscall numbers from linux v4.10

missing syscalls got allocated on microblaze.
Szabolcs Nagy 8 年之前
父节点
当前提交
8f56955713
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      arch/microblaze/bits/syscall.h.in

+ 6 - 0
arch/microblaze/bits/syscall.h.in

@@ -386,4 +386,10 @@
 #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