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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/bits/syscall.h b/arch/powerpc/bits/syscall.h
index bc4d47c8..385860b0 100644
--- a/arch/powerpc/bits/syscall.h
+++ b/arch/powerpc/bits/syscall.h
@@ -366,6 +366,8 @@
 #define __NR_setns                 350
 #define __NR_process_vm_readv      351
 #define __NR_process_vm_writev     352
+#define __NR_finit_module          353
+#define __NR_kcmp                  354
 
 /*
  * repeated with SYS prefix
@@ -738,4 +740,5 @@
 #define SYS_setns                 350
 #define SYS_process_vm_readv      351
 #define SYS_process_vm_writev     352
-
+#define SYS_finit_module          353
+#define SYS_kcmp                  354