* linux/alpha/syscallent.h [523]: Wire up io_pgetevents syscall
introduced on alpha by linux commit v5.1-rc1~160^2~3^2~13.
* NEWS: Mention this.
* Improvements
* Added C-SKY architecture support.
+ * Wired up io_pgetevents syscall on alpha.
* Wired up io_pgetevents, perf_event_open, seccomp, and statx syscalls
on ia64.
[520] = { 6, TD, SEN(preadv2), "preadv2" },
[521] = { 6, TD, SEN(pwritev2), "pwritev2" },
[522] = { 5, TD|TF|TSTA, SEN(statx), "statx" },
+[523] = { 6, 0, SEN(io_pgetevents), "io_pgetevents" },