aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/scall32-o32.S
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-07-02 11:31:14 -0400
committerRalf Baechle <ralf@linux-mips.org>2006-07-13 16:25:59 -0400
commit722cfd90420b660ad13f933efb135daf1d0e5400 (patch)
treee1fc9a799330d21389483c1807fc0148aade74e2 /arch/mips/kernel/scall32-o32.S
parent94dee171df34b7955cd647da4c40ba67d55a7671 (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/scall32-o32.S')
-rw-r--r--arch/mips/kernel/scall32-o32.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S
index 8f8101f878ca..c8e5f9c9a113 100644
--- a/arch/mips/kernel/scall32-o32.S
+++ b/arch/mips/kernel/scall32-o32.S
@@ -647,6 +647,8 @@ einval: li v0, -EINVAL
647 sys sys_splice 4 647 sys sys_splice 4
648 sys sys_sync_file_range 7 /* 4305 */ 648 sys sys_sync_file_range 7 /* 4305 */
649 sys sys_tee 4 649 sys sys_tee 4
650 sys sys_vmsplice 4
651 sys sys_move_pages 6
650 .endm 652 .endm
651 653
652 /* We pre-compute the number of _instruction_ bytes needed to 654 /* We pre-compute the number of _instruction_ bytes needed to