diff options
author | Breno Leitao <leitao@debian.org> | 2018-06-20 21:35:16 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-06-23 13:43:21 +0200 |
commit | b2f82565f2caa1a5c1a26e68593eaef355fae3f4 (patch) | |
tree | 4c28526f04c31047dfe2447378892df6335ff1e4 /arch/powerpc/include/asm/unistd.h | |
parent | powerpc/mm/hash/4k: Free hugetlb page table caches correctly. (diff) | |
download | linux-b2f82565f2caa1a5c1a26e68593eaef355fae3f4.tar.xz linux-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/unistd.h')
-rw-r--r-- | arch/powerpc/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/unistd.h b/arch/powerpc/include/asm/unistd.h index 1e9708632dce..c19379f0a32e 100644 --- a/arch/powerpc/include/asm/unistd.h +++ b/arch/powerpc/include/asm/unistd.h @@ -12,7 +12,7 @@ #include <uapi/asm/unistd.h> -#define NR_syscalls 388 +#define NR_syscalls 389 #define __NR__exit __NR_exit |