summaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/unistd.h
diff options
context:
space:
mode:
authorJANAK DESAI2006-02-07 21:59:11 +0100
committerPaul Mackerras2006-02-10 06:34:54 +0100
commitb37ce281d729181b9862c4e3e112f9b5eea74ac9 (patch)
treeec24d9924be3280fd362de6a23a85fe42b2d35b6 /include/asm-powerpc/unistd.h
parentppc: Use the system call table from arch/powerpc/kernel/systbl.S (diff)
downloadkernel-qcow2-linux-b37ce281d729181b9862c4e3e112f9b5eea74ac9.tar.gz
kernel-qcow2-linux-b37ce281d729181b9862c4e3e112f9b5eea74ac9.tar.xz
kernel-qcow2-linux-b37ce281d729181b9862c4e3e112f9b5eea74ac9.zip
[PATCH] powerpc: unshare system call registration
Registers system call for the powerpc architecture. Signed-off-by: Janak Desai <janak@us.ibm.com> Cc: Al Viro <viro@ftp.linux.org.uk> Cc: Christoph Hellwig <hch@lst.de> Cc: Michael Kerrisk <mtk-manpages@gmx.net> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Andi Kleen <ak@muc.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/unistd.h')
-rw-r--r--include/asm-powerpc/unistd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-powerpc/unistd.h b/include/asm-powerpc/unistd.h
index a40cdff21a88..35556993f066 100644
--- a/include/asm-powerpc/unistd.h
+++ b/include/asm-powerpc/unistd.h
@@ -300,8 +300,9 @@
#define __NR_spu_create 279
#define __NR_pselect6 280
#define __NR_ppoll 281
+#define __NR_unshare 282
-#define __NR_syscalls 282
+#define __NR_syscalls 283
#ifdef __KERNEL__
#define __NR__exit __NR_exit