diff options
author | JANAK DESAI <janak@us.ibm.com> | 2006-02-07 21:59:11 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-02-10 06:34:54 +0100 |
commit | b37ce281d729181b9862c4e3e112f9b5eea74ac9 (patch) | |
tree | ec24d9924be3280fd362de6a23a85fe42b2d35b6 /arch/powerpc/kernel/systbl.S | |
parent | ppc: Use the system call table from arch/powerpc/kernel/systbl.S (diff) | |
download | linux-b37ce281d729181b9862c4e3e112f9b5eea74ac9.tar.xz 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 'arch/powerpc/kernel/systbl.S')
-rw-r--r-- | arch/powerpc/kernel/systbl.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/systbl.S b/arch/powerpc/kernel/systbl.S index 55b9fc10694e..8a9f994ed917 100644 --- a/arch/powerpc/kernel/systbl.S +++ b/arch/powerpc/kernel/systbl.S @@ -321,3 +321,4 @@ SYSCALL(spu_run) SYSCALL(spu_create) COMPAT_SYS(pselect6) COMPAT_SYS(ppoll) +SYSCALL(unshare) |