diff options
author | Paul Mackerras <paulus@samba.org> | 2006-04-01 23:27:23 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-04-01 23:27:23 +1100 |
commit | 2c6967750a6f1e206a44ab5cf43c36aacb91372b (patch) | |
tree | 04534f61f80b796b76c13e6c52d80efca8b7f820 | |
parent | cfff5b23bad2b7a4754f7c126a174a5867dfcca5 (diff) |
powerpc: hook up the splice syscall
Signed-off-by: Paul Mackerras <paulus@samba.org>
-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) |