Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b37ce281 authored by JANAK DESAI's avatar JANAK DESAI Committed by Paul Mackerras
Browse files

[PATCH] powerpc: unshare system call registration



Registers system call for the powerpc architecture.

Signed-off-by: default avatarJanak 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: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 8568daa4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -321,3 +321,4 @@ SYSCALL(spu_run)
SYSCALL(spu_create)
COMPAT_SYS(pselect6)
COMPAT_SYS(ppoll)
SYSCALL(unshare)
+2 −1
Original line number Diff line number Diff line
@@ -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