diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2016-02-05 17:15:42 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-02-05 17:15:42 +0100 |
commit | e6c058f9b2700a720d3fad0f6caad1d030c533ee (patch) | |
tree | 6d79a6e92f6eae198e2b507e40ce59f267b18ff5 /arch/mips/kernel/scall64-o32.S | |
parent | MIPS: Fix 64k page support for 32 bit kernels. (diff) | |
download | linux-e6c058f9b2700a720d3fad0f6caad1d030c533ee.tar.xz linux-e6c058f9b2700a720d3fad0f6caad1d030c533ee.zip |
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) PTR sys_userfaultfd PTR sys_membarrier PTR sys_mlock2 + PTR sys_copy_file_range /* 4360 */ .size sys32_call_table,.-sys32_call_table |