[MIPS] Wire splice syscall.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2006-03-31 09:27:20 +01:00
parent 84ada9f856
commit f115da9cd6
5 changed files with 13 additions and 6 deletions

View File

@@ -634,6 +634,7 @@ einval: li v0, -EINVAL
sys sys_pselect6 6
sys sys_ppoll 5
sys sys_unshare 1
sys sys_splice 4
.endm
/* We pre-compute the number of _instruction_ bytes needed to

View File

@@ -460,3 +460,4 @@ sys_call_table:
PTR sys_pselect6 /* 5260 */
PTR sys_ppoll
PTR sys_unshare
PTR sys_splice

View File

@@ -386,3 +386,4 @@ EXPORT(sysn32_call_table)
PTR sys_pselect6
PTR sys_ppoll /* 6265 */
PTR sys_unshare
PTR sys_splice

View File

@@ -508,4 +508,5 @@ sys_call_table:
PTR sys_pselect6
PTR sys_ppoll
PTR sys_unshare
PTR sys_splice
.size sys_call_table,.-sys_call_table