diff mbox series

ARM: wire up io_pgetevents syscall

Message ID 20180827200505.21991-1-stefan@agner.ch (mailing list archive)
State New, archived
Headers show
Series ARM: wire up io_pgetevents syscall | expand

Commit Message

Stefan Agner Aug. 27, 2018, 8:05 p.m. UTC
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(+)

Comments

Christoph Hellwig Aug. 28, 2018, 7:02 a.m. UTC | #1
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 mbox series

Patch

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