diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2016-02-05 11:15:42 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-02-05 11:15:42 -0500 |
commit | e6c058f9b2700a720d3fad0f6caad1d030c533ee (patch) | |
tree | 6d79a6e92f6eae198e2b507e40ce59f267b18ff5 /arch/mips/kernel/scall64-o32.S | |
parent | d7de413475f443957a0c1d256e405d19b3a2cb22 (diff) |
MIPS: Wire up copy_file_range syscall.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-o32.S')
-rw-r--r-- | arch/mips/kernel/scall64-o32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index e4b6d7c97822..c5b759e584c7 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S | |||
@@ -578,4 +578,5 @@ EXPORT(sys32_call_table) | |||
578 | PTR sys_userfaultfd | 578 | PTR sys_userfaultfd |
579 | PTR sys_membarrier | 579 | PTR sys_membarrier |
580 | PTR sys_mlock2 | 580 | PTR sys_mlock2 |
581 | PTR sys_copy_file_range /* 4360 */ | ||
581 | .size sys32_call_table,.-sys32_call_table | 582 | .size sys32_call_table,.-sys32_call_table |