Re: [PATCH] ARM: wire up io_pgetevents syscall

2018-08-28 Thread Christoph Hellwig
On Mon, Aug 27, 2018 at 10:05:05PM +0200, Stefan Agner wrote: > Wire up the new io_pgetevents syscall for ARM. > > Signed-off-by: Stefan Agner Looks good to me: Acked-by: Christoph Hellwig

[PATCH] ARM: wire up io_pgetevents syscall

2018-08-27 Thread Stefan Agner
Wire up the new io_pgetevents syscall for ARM. Signed-off-by: Stefan Agner --- arch/arm/tools/syscall.tbl | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/tools/syscall.tbl b/arch/arm/tools/syscall.tbl index fbc74b5fa3ed..8edf93b4490f 100644 --- a/arch/arm/tools/syscall.tbl +++ b/arc