diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-07-02 11:31:14 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-07-13 16:25:59 -0400 |
commit | 722cfd90420b660ad13f933efb135daf1d0e5400 (patch) | |
tree | e1fc9a799330d21389483c1807fc0148aade74e2 /arch/mips/kernel/scall64-n32.S | |
parent | 94dee171df34b7955cd647da4c40ba67d55a7671 (diff) |
[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-n32.S')
-rw-r--r-- | arch/mips/kernel/scall64-n32.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index df8c4f8ccd61..b2b5cb9fe571 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S | |||
@@ -388,3 +388,5 @@ EXPORT(sysn32_call_table) | |||
388 | PTR sys_splice | 388 | PTR sys_splice |
389 | PTR sys_sync_file_range | 389 | PTR sys_sync_file_range |
390 | PTR sys_tee | 390 | PTR sys_tee |
391 | PTR sys_vmsplice /* 6271 */ | ||
392 | PTR sys_move_pages | ||