projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
683aa40
)
ppc64: actually add sys_splice() to the system call table
author
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 2 Apr 2006 17:44:36 +0000
(10:44 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 2 Apr 2006 17:44:36 +0000
(10:44 -0700)
(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>
arch/powerpc/kernel/systbl.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kernel/systbl.S
b/arch/powerpc/kernel/systbl.S
index 1ad55f0466fd621b58f5271bceebb01ea07c4624..1424eab450ee915322478f21ab00cefb5fd8a04b 100644
(file)
--- 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)