commit | 62d8e64423adf5a044acbdffc6ca69c5b8067702 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sun Apr 03 09:41:34 2016 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sun Apr 03 09:41:34 2016 +0200 |
tree | a36a45e19725d257164f0ffa04b2f94822546aec | |
parent | e95008a121e37cbee9cdc029483f059206d323be [diff] [blame] |
MIPS: Wire up preadv2 and pwrite2 syscalls. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index c5b759e..91b43ee 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S
@@ -579,4 +579,6 @@ PTR sys_membarrier PTR sys_mlock2 PTR sys_copy_file_range /* 4360 */ + PTR compat_sys_preadv2 + PTR compat_sys_pwritev2 .size sys32_call_table,.-sys32_call_table