From: Paul Mackerras Date: Sat, 1 Apr 2006 12:27:23 +0000 (+1100) Subject: powerpc: hook up the splice syscall X-Git-Tag: v2.6.17-rc1~16^2~1 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=2c6967750a6f1e206a44ab5cf43c36aacb91372b;p=linux-2.6-omap-h63xx.git powerpc: hook up the splice syscall Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/kernel/systbl.S b/arch/powerpc/kernel/systbl.S index 1ad55f0466f..1424eab450e 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)