diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-07-02 17:31:14 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-07-13 22:25:59 +0200 |
commit | 722cfd90420b660ad13f933efb135daf1d0e5400 (patch) | |
tree | e1fc9a799330d21389483c1807fc0148aade74e2 /arch/mips/kernel/scall64-64.S | |
parent | [MIPS] Eleminate interrupt migration helper use. (diff) | |
download | linux-722cfd90420b660ad13f933efb135daf1d0e5400.tar.xz linux-722cfd90420b660ad13f933efb135daf1d0e5400.zip |
[MIPS] Wire up vmsplice(2) and move_pages(2).
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-64.S b/arch/mips/kernel/scall64-64.S index b4a34a625a2e..809fd1b55f84 100644 --- a/arch/mips/kernel/scall64-64.S +++ b/arch/mips/kernel/scall64-64.S @@ -462,3 +462,5 @@ sys_call_table: PTR sys_splice PTR sys_sync_file_range PTR sys_tee /* 5265 */ + PTR sys_vmsplice + PTR sys_move_pages |