From: Linus Torvalds Date: Sun, 2 Apr 2006 17:44:36 +0000 (-0700) Subject: ppc64: actually add sys_splice() to the system call table X-Git-Tag: Ubuntu-5.10.0-12.13~55144 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b45e516f701e0fc81fb3dbd1ba9db35f991a4465;p=mirror_ubuntu-hirsute-kernel.git 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 --- 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)