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:
parent
08b2c1b82d
commit
514a667cc3
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user