浏览代码

microblaze: add syscall numbers from linux v4.7

userfaultfd, membarrier and mlock2 syscalls got wired up in linux
commit fbce3befd60d40639bf3c6b60f7477b2f988f92d
Szabolcs Nagy 8 年之前
父节点
当前提交
2b41959b59
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      arch/microblaze/bits/syscall.h.in

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

@@ -383,4 +383,7 @@
 #define __NR_memfd_create 386
 #define __NR_bpf 387
 #define __NR_execveat 388
+#define __NR_userfaultfd 389
+#define __NR_membarrier 390
+#define __NR_mlock2 391