summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mackerras2006-04-01 14:27:23 +0200
committerPaul Mackerras2006-04-01 14:27:23 +0200
commit2c6967750a6f1e206a44ab5cf43c36aacb91372b (patch)
tree04534f61f80b796b76c13e6c52d80efca8b7f820 /arch
parent[PATCH] powerpc/cell: compile fixes (diff)
downloadkernel-qcow2-linux-2c6967750a6f1e206a44ab5cf43c36aacb91372b.tar.gz
kernel-qcow2-linux-2c6967750a6f1e206a44ab5cf43c36aacb91372b.tar.xz
kernel-qcow2-linux-2c6967750a6f1e206a44ab5cf43c36aacb91372b.zip
powerpc: hook up the splice syscall
Signed-off-by: Paul Mackerras <paulus@samba.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)