summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/systbl.S
diff options
context:
space:
mode:
authorLinus Torvalds2006-04-02 19:44:36 +0200
committerLinus Torvalds2006-04-02 19:44:36 +0200
commitb45e516f701e0fc81fb3dbd1ba9db35f991a4465 (patch)
tree335f7d8753407ed5c9fe24d7fe369bb4cfa9a4cd /arch/powerpc/kernel/systbl.S
parentMerge master.kernel.org:/home/rmk/linux-2.6-serial (diff)
downloadkernel-qcow2-linux-b45e516f701e0fc81fb3dbd1ba9db35f991a4465.tar.gz
kernel-qcow2-linux-b45e516f701e0fc81fb3dbd1ba9db35f991a4465.tar.xz
kernel-qcow2-linux-b45e516f701e0fc81fb3dbd1ba9db35f991a4465.zip
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)