Browse Source

powerpc: hook up the splice syscall

Signed-off-by: Paul Mackerras <paulus@samba.org>
Paul Mackerras 19 years ago
parent
commit
2c6967750a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/powerpc/kernel/systbl.S

+ 1 - 0
arch/powerpc/kernel/systbl.S

@@ -322,3 +322,4 @@ SYSCALL(spu_create)
 COMPAT_SYS(pselect6)
 COMPAT_SYS(ppoll)
 SYSCALL(unshare)
+SYSCALL(splice)