aboutsummaryrefslogtreecommitdiffstats
path: root/arch
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
parentMerge master.kernel.org:/home/rmk/linux-2.6-serial (diff)
downloadlinux-dev-b45e516f701e0fc81fb3dbd1ba9db35f991a4465.tar.xz
linux-dev-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')
-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)