diff options
author | Paul Burton <paul.burton@mips.com> | 2018-06-14 17:24:07 -0700 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2018-06-19 21:14:29 -0700 |
commit | 4337aac1e1c97cfda56fbec4077fbc0e37b867c0 (patch) | |
tree | d1a68836903b6bf80bb7a9c6b5c8fa5306a45278 /arch/mips/kernel/scall32-o32.S | |
parent | 744f4be542d705a39dac9810350e96f37474eda3 (diff) |
MIPS: Wire up io_pgetevents syscall
Wire up the io_pgetevents syscall that was introduced by commit
7a074e96dee6 ("aio: implement io_pgetevents").
Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/19593/
Cc: James Hogan <jhogan@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Diffstat (limited to 'arch/mips/kernel/scall32-o32.S')
-rw-r--r-- | arch/mips/kernel/scall32-o32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index 842ff1612893..91d3c8c46097 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S @@ -591,3 +591,4 @@ EXPORT(sys_call_table) PTR sys_pkey_free /* 4365 */ PTR sys_statx PTR sys_rseq + PTR sys_io_pgetevents |