summaryrefslogtreecommitdiffstats
path: root/arch/alpha
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-01-03 22:10:26 +0100
committerArnd Bergmann <arnd@arndb.de>2019-01-25 17:22:20 +0100
commitd012d1325ba523b8ef3e55ba79c943e220154fdc (patch)
tree9164196c882c82444743c5d9706fbacfae3d6dc5 /arch/alpha
parentacce2f71779c54086962fefce3833d886c655f62 (diff)
downloadlinux-0-day-d012d1325ba523b8ef3e55ba79c943e220154fdc.tar.gz
linux-0-day-d012d1325ba523b8ef3e55ba79c943e220154fdc.tar.xz
alpha: wire up io_pgetevents system call
The io_pgetevents system call was added in linux-4.18 but has no entry for alpha: warning: #warning syscall io_pgetevents not implemented [-Wcpp] Assign a the next system call number here. Cc: stable@vger.kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/alpha')
-rw-r--r--arch/alpha/kernel/syscalls/syscall.tbl1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/kernel/syscalls/syscall.tbl b/arch/alpha/kernel/syscalls/syscall.tbl
index 7b56a53be5e30..e09558edae73a 100644
--- a/arch/alpha/kernel/syscalls/syscall.tbl
+++ b/arch/alpha/kernel/syscalls/syscall.tbl
@@ -451,3 +451,4 @@
520 common preadv2 sys_preadv2
521 common pwritev2 sys_pwritev2
522 common statx sys_statx
+523 common io_pgetevents sys_io_pgetevents