diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-03-31 12:27:20 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-04-19 06:14:13 +0400 |
commit | f115da9cd60ccd5f27941dcf9fe8038ae9486a77 (patch) | |
tree | 390257c30a093f4334afd45160fb9f4ef768cf69 /arch/mips/kernel/scall64-64.S | |
parent | 84ada9f85686a6bfdbd65c24fd23ef5d641b0776 (diff) | |
download | linux-f115da9cd60ccd5f27941dcf9fe8038ae9486a77.tar.xz |
[MIPS] Wire splice syscall.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-64.S')
-rw-r--r-- | arch/mips/kernel/scall64-64.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-64.S b/arch/mips/kernel/scall64-64.S index 98bf25df56f3..f7c4e751f54a 100644 --- a/arch/mips/kernel/scall64-64.S +++ b/arch/mips/kernel/scall64-64.S @@ -460,3 +460,4 @@ sys_call_table: PTR sys_pselect6 /* 5260 */ PTR sys_ppoll PTR sys_unshare + PTR sys_splice |