diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-03-31 09:27:20 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-04-19 04:14:13 +0200 |
commit | f115da9cd60ccd5f27941dcf9fe8038ae9486a77 (patch) | |
tree | 390257c30a093f4334afd45160fb9f4ef768cf69 /arch/mips/kernel/scall32-o32.S | |
parent | 84ada9f85686a6bfdbd65c24fd23ef5d641b0776 (diff) |
[MIPS] Wire splice syscall.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall32-o32.S')
-rw-r--r-- | arch/mips/kernel/scall32-o32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index 2f2dc54b2e2..c05ba056b1e 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S @@ -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 |