about summary refs log tree commit diff
path: root/arch/powerpc/bits/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/bits/syscall.h')
-rw-r--r--arch/powerpc/bits/syscall.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/bits/syscall.h b/arch/powerpc/bits/syscall.h
index 36fb6148..2dfec2fa 100644
--- a/arch/powerpc/bits/syscall.h
+++ b/arch/powerpc/bits/syscall.h
@@ -364,6 +364,9 @@
 #define __NR_memfd_create          360
 #define __NR_bpf                   361
 #define __NR_execveat              362
+#define __NR_switch_endian         363
+#define __NR_userfaultfd           364
+#define __NR_membarrier            365
 
 /*
  * repeated with SYS prefix
@@ -734,3 +737,6 @@
 #define SYS_memfd_create          360
 #define SYS_bpf                   361
 #define SYS_execveat              362
+#define SYS_switch_endian         363
+#define SYS_userfaultfd           364
+#define SYS_membarrier            365