diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-02 13:44:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-02 13:44:36 -0400 |
commit | b45e516f701e0fc81fb3dbd1ba9db35f991a4465 (patch) | |
tree | 335f7d8753407ed5c9fe24d7fe369bb4cfa9a4cd /arch | |
parent | 683aa4012f53b2ada0f430487e05d37b0d94e90a (diff) |
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 1ad55f0466fd..1424eab450ee 100644 --- a/arch/powerpc/kernel/systbl.S +++ b/arch/powerpc/kernel/systbl.S | |||
@@ -322,3 +322,4 @@ SYSCALL(spu_create) | |||
322 | COMPAT_SYS(pselect6) | 322 | COMPAT_SYS(pselect6) |
323 | COMPAT_SYS(ppoll) | 323 | COMPAT_SYS(ppoll) |
324 | SYSCALL(unshare) | 324 | SYSCALL(unshare) |
325 | SYSCALL(splice) | ||