diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-02 10:44:36 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-02 10:44:36 -0700 |
commit | b45e516f701e0fc81fb3dbd1ba9db35f991a4465 (patch) | |
tree | 335f7d8753407ed5c9fe24d7fe369bb4cfa9a4cd /arch | |
parent | 683aa4012f53b2ada0f430487e05d37b0d94e90a (diff) | |
download | linux-3.10-b45e516f701e0fc81fb3dbd1ba9db35f991a4465.tar.gz linux-3.10-b45e516f701e0fc81fb3dbd1ba9db35f991a4465.tar.bz2 linux-3.10-b45e516f701e0fc81fb3dbd1ba9db35f991a4465.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/kernel/systbl.S | 1 |
1 files changed, 1 insertions, 0 deletions
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) |