]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/parisc/include/uapi/asm/unistd.h
Merge remote-tracking branch 'drm-tegra/drm/tegra/for-next'
[karo-tx-linux.git] / arch / parisc / include / uapi / asm / unistd.h
index 2e639d7604f6a05bdcb51b9d1bbf937d762e9f4c..33170384d3ac1a7fdd835c7b8f04484aaf1f244c 100644 (file)
 #define __NR_memfd_create      (__NR_Linux + 340)
 #define __NR_bpf               (__NR_Linux + 341)
 #define __NR_execveat          (__NR_Linux + 342)
+#define __NR_membarrier                (__NR_Linux + 343)
+#define __NR_userfaultfd       (__NR_Linux + 344)
 
-#define __NR_Linux_syscalls    (__NR_execveat + 1)
+#define __NR_Linux_syscalls    (__NR_userfaultfd + 1)
 
 
 #define __IGNORE_select                /* newselect */