summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/systbl.h
diff options
context:
space:
mode:
authorBreno Leitao <leitao@debian.org>2018-06-20 16:35:16 -0300
committerMichael Ellerman <mpe@ellerman.id.au>2018-06-23 21:43:21 +1000
commitb2f82565f2caa1a5c1a26e68593eaef355fae3f4 (patch)
tree4c28526f04c31047dfe2447378892df6335ff1e4 /arch/powerpc/include/asm/systbl.h
parentfadd03c615922d8521a2e76d4ba2335891cb2790 (diff)
downloadlinux-stable-b2f82565f2caa1a5c1a26e68593eaef355fae3f4.tar.gz
linux-stable-b2f82565f2caa1a5c1a26e68593eaef355fae3f4.tar.bz2
linux-stable-b2f82565f2caa1a5c1a26e68593eaef355fae3f4.zip
powerpc: Wire up io_pgetevents
Wire up io_pgetevents system call on powerpc. io_pgetevents is a new syscall to read asynchronous I/O events from the completion queue. Tested with libaio branch aio-poll[1] and the io_pgetevents test (#22) passed on both ppc64 LE and BE modes. [1] https://pagure.io/libaio/branch/aio-poll CC: Christoph Hellwig <hch@lst.de> Signed-off-by: Breno Leitao <leitao@debian.org> Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/systbl.h')
-rw-r--r--arch/powerpc/include/asm/systbl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h
index cfcf6a874cfa..01b5171ea189 100644
--- a/arch/powerpc/include/asm/systbl.h
+++ b/arch/powerpc/include/asm/systbl.h
@@ -393,3 +393,4 @@ SYSCALL(pkey_alloc)
SYSCALL(pkey_free)
SYSCALL(pkey_mprotect)
SYSCALL(rseq)
+COMPAT_SYS(io_pgetevents)