aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/scall32-o32.S
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2016-02-05 17:15:42 +0100
committerRalf Baechle <ralf@linux-mips.org>2016-02-05 17:15:42 +0100
commite6c058f9b2700a720d3fad0f6caad1d030c533ee (patch)
tree6d79a6e92f6eae198e2b507e40ce59f267b18ff5 /arch/mips/kernel/scall32-o32.S
parentMIPS: Fix 64k page support for 32 bit kernels. (diff)
downloadlinux-dev-e6c058f9b2700a720d3fad0f6caad1d030c533ee.tar.xz
linux-dev-e6c058f9b2700a720d3fad0f6caad1d030c533ee.zip
MIPS: Wire up copy_file_range syscall.
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.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S
index 2d23c834ba96..a56317444bda 100644
--- a/arch/mips/kernel/scall32-o32.S
+++ b/arch/mips/kernel/scall32-o32.S
@@ -595,3 +595,4 @@ EXPORT(sys_call_table)
PTR sys_userfaultfd
PTR sys_membarrier
PTR sys_mlock2
+ PTR sys_copy_file_range /* 4360 */