ppc64: actually add sys_splice() to the system call table
authorLinus Torvalds <torvalds@g5.osdl.org>
Sun, 2 Apr 2006 17:44:36 +0000 (10:44 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 2 Apr 2006 17:44:36 +0000 (10:44 -0700)
(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 <torvalds@osdl.org>
arch/powerpc/kernel/systbl.S

index 1ad55f0..1424eab 100644 (file)
@@ -322,3 +322,4 @@ SYSCALL(spu_create)
 COMPAT_SYS(pselect6)
 COMPAT_SYS(ppoll)
 SYSCALL(unshare)
 COMPAT_SYS(pselect6)
 COMPAT_SYS(ppoll)
 SYSCALL(unshare)
+SYSCALL(splice)