From: Stefan Agner Date: Tue, 11 Sep 2018 03:27:41 +0000 (+0100) Subject: ARM: 8787/1: wire up io_pgetevents syscall X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=73aeb2cbcdc9;p=openwrt%2Fstaging%2Fblogic.git ARM: 8787/1: wire up io_pgetevents syscall Wire up the new io_pgetevents syscall for ARM. Signed-off-by: Stefan Agner Acked-by: Christoph Hellwig Signed-off-by: Russell King --- 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