s390: wire up kexec_file_load syscall

* linux/s390/syscallent.h ([381]): Add kexec_file_load syscall.
* linux/s390/syscallent.h ([381]): Likewise.
This commit is contained in:
Eugene Syromyatnikov 2018-06-01 03:20:18 +02:00 committed by Dmitry V. Levin
parent 08b2c1b82d
commit 514a667cc3
2 changed files with 2 additions and 0 deletions

View File

@ -410,6 +410,7 @@
[378] = { 2, 0, SEN(s390_guarded_storage), "s390_guarded_storage" },
[379] = { 5, TD|TF|TSTA, SEN(statx), "statx" },
[380] = { 4, 0, SEN(s390_sthyi), "s390_sthyi" },
[381] = { 5, TD, SEN(kexec_file_load), "kexec_file_load" },
#define SYS_socket_subcall 400
#include "subcall.h"

View File

@ -394,6 +394,7 @@
[378] = { 2, 0, SEN(s390_guarded_storage), "s390_guarded_storage" },
[379] = { 5, TD|TF|TSTA, SEN(statx), "statx" },
[380] = { 4, 0, SEN(s390_sthyi), "s390_sthyi" },
[381] = { 5, TD, SEN(kexec_file_load), "kexec_file_load" },
#define SYS_socket_subcall 400
#include "subcall.h"