diff options
author | Stefan Agner <[email protected]> | 2018-09-11 04:27:41 +0100 |
---|---|---|
committer | Russell King <[email protected]> | 2018-09-19 10:44:11 +0100 |
commit | 73aeb2cbcdc9be391b3d32a55319a59ce425426f (patch) | |
tree | 39d8d01672186910994996d752e1fecc86026b93 | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) |
ARM: 8787/1: wire up io_pgetevents syscall
Wire up the new io_pgetevents syscall for ARM.
Signed-off-by: Stefan Agner <[email protected]>
Acked-by: Christoph Hellwig <[email protected]>
Signed-off-by: Russell King <[email protected]>
-rw-r--r-- | arch/arm/tools/syscall.tbl | 1 |
1 files changed, 1 insertions, 0 deletions
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 |