aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-04-01 23:27:23 +1100
committerPaul Mackerras <paulus@samba.org>2006-04-01 23:27:23 +1100
commit2c6967750a6f1e206a44ab5cf43c36aacb91372b (patch)
tree04534f61f80b796b76c13e6c52d80efca8b7f820 /arch
parent[PATCH] powerpc/cell: compile fixes (diff)
downloadlinux-dev-2c6967750a6f1e206a44ab5cf43c36aacb91372b.tar.xz
linux-dev-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)