diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2016-04-03 07:41:34 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-04-03 07:41:34 (GMT) |
commit | 62d8e64423adf5a044acbdffc6ca69c5b8067702 (patch) | |
tree | a36a45e19725d257164f0ffa04b2f94822546aec /arch/mips/kernel/scall32-o32.S | |
parent | e95008a121e37cbee9cdc029483f059206d323be (diff) | |
download | linux-62d8e64423adf5a044acbdffc6ca69c5b8067702.tar.xz |
MIPS: Wire up preadv2 and pwrite2 syscalls.
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.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index a563174..d01fe53 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S @@ -596,3 +596,5 @@ EXPORT(sys_call_table) PTR sys_membarrier PTR sys_mlock2 PTR sys_copy_file_range /* 4360 */ + PTR sys_preadv2 + PTR sys_pwritev2 |