* linux/arm/syscallent.h [401]: Wire up kexec_file_load syscall
introduced on arm by linux commit v5.1-rc1~160^2~3^2~10.
* NEWS: Mention this.
* Improvements
* Added C-SKY architecture support.
* Wired up io_pgetevents syscall on alpha.
- * Wired up migrate_pages syscall on arm.
+ * Wired up kexec_file_load and migrate_pages syscalls on arm.
* Wired up io_pgetevents, perf_event_open, seccomp, and statx syscalls
on ia64.
[398] = { 4, 0, SEN(rseq), "rseq" },
[399] = { 6, 0, SEN(io_pgetevents), "io_pgetevents" },
[400] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
+[401] = { 5, TD, SEN(kexec_file_load), "kexec_file_load" },
#ifdef __ARM_EABI__
# define ARM_FIRST_SHUFFLED_SYSCALL 500