Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <torvalds@osdl.org>

+1
+1
arch/powerpc/kernel/systbl.S
··· 322 322 COMPAT_SYS(pselect6) 323 323 COMPAT_SYS(ppoll) 324 324 SYSCALL(unshare) 325 + SYSCALL(splice)