Message ID | 20180827200505.21991-1-stefan@agner.ch (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: wire up io_pgetevents syscall | expand |
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 <stefan@agner.ch> Looks good to me: Acked-by: Christoph Hellwig <hch@lst.de>
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/arch/arm/tools/syscall.tbl @@ -413,3 +413,4 @@ 396 common pkey_free sys_pkey_free 397 common statx sys_statx 398 common rseq sys_rseq +399 common io_pgetevents sys_io_pgetevents
Wire up the new io_pgetevents syscall for ARM. Signed-off-by: Stefan Agner <stefan@agner.ch> --- arch/arm/tools/syscall.tbl | 1 + 1 file changed, 1 insertion(+)