aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/systbl.S
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-04-02 10:44:36 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-04-02 10:44:36 -0700
commitb45e516f701e0fc81fb3dbd1ba9db35f991a4465 (patch)
tree335f7d8753407ed5c9fe24d7fe369bb4cfa9a4cd /arch/powerpc/kernel/systbl.S
parent683aa4012f53b2ada0f430487e05d37b0d94e90a (diff)
ppc64: actually add sys_splice() to the system call table
(We'd only added the number, which meant that actually trying to use splice just went off into la-la-land) Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/powerpc/kernel/systbl.S')
-rw-r--r--arch/powerpc/kernel/systbl.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/systbl.S b/arch/powerpc/kernel/systbl.S
index 1ad55f0466fd..1424eab450ee 100644
--- a/arch/powerpc/kernel/systbl.S
+++ b/arch/powerpc/kernel/systbl.S
@@ -322,3 +322,4 @@ SYSCALL(spu_create)
COMPAT_SYS(pselect6)
COMPAT_SYS(ppoll)
SYSCALL(unshare)
+SYSCALL(splice)