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 <[email protected]>
Signed-off-by: Breno Leitao <[email protected]>
Acked-by: Christoph Hellwig <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>