From: Paul Mackerras Date: Sat, 1 Apr 2006 12:27:23 +0000 (+1100) Subject: powerpc: hook up the splice syscall X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2c6967750a6f1e206a44ab5cf43c36aacb91372b;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 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)