diff options
author | Paul Burton <paul.burton@mips.com> | 2018-06-15 02:24:07 +0200 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2018-06-20 06:14:29 +0200 |
commit | 4337aac1e1c97cfda56fbec4077fbc0e37b867c0 (patch) | |
tree | d1a68836903b6bf80bb7a9c6b5c8fa5306a45278 /arch/mips/kernel/scall32-o32.S | |
parent | rseq/selftests: Implement MIPS support (diff) | |
download | linux-4337aac1e1c97cfda56fbec4077fbc0e37b867c0.tar.xz linux-4337aac1e1c97cfda56fbec4077fbc0e37b867c0.zip |
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 |