summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/uapi/asm/unistd.h
diff options
context:
space:
mode:
authorRusty Russell2012-11-02 05:27:20 +0100
committerRusty Russell2012-12-14 03:35:27 +0100
commit71eac70257b469bd43737232bce0fd960caebee1 (patch)
tree6ca98840f70360458f75e7b8ced4d72efdabef41 /arch/powerpc/include/uapi/asm/unistd.h
parentima: support new kernel module syscall (diff)
downloadkernel-qcow2-linux-71eac70257b469bd43737232bce0fd960caebee1.tar.gz
kernel-qcow2-linux-71eac70257b469bd43737232bce0fd960caebee1.tar.xz
kernel-qcow2-linux-71eac70257b469bd43737232bce0fd960caebee1.zip
powerpc: add finit_module syscall.
(This is just for Acks: this won't work without the actual syscall patches, sitting in my tree for -next at the moment). Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'arch/powerpc/include/uapi/asm/unistd.h')
-rw-r--r--arch/powerpc/include/uapi/asm/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/uapi/asm/unistd.h b/arch/powerpc/include/uapi/asm/unistd.h
index 380b5d37a904..8c478c6c6b1e 100644
--- a/arch/powerpc/include/uapi/asm/unistd.h
+++ b/arch/powerpc/include/uapi/asm/unistd.h
@@ -375,6 +375,7 @@
#define __NR_setns 350
#define __NR_process_vm_readv 351
#define __NR_process_vm_writev 352
+#define __NR_finit_module 353
#endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */