diff options
Diffstat (limited to 'kexec/kexec-syscall.h')
-rw-r--r-- | kexec/kexec-syscall.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kexec/kexec-syscall.h b/kexec/kexec-syscall.h index 33638c2..b96e02a 100644 --- a/kexec/kexec-syscall.h +++ b/kexec/kexec-syscall.h @@ -64,6 +64,9 @@ #ifdef __powerpc64__ #define __NR_kexec_file_load 382 #endif +#ifdef __s390x__ +#define __NR_kexec_file_load 381 +#endif #ifndef __NR_kexec_file_load /* system call not available for the arch */ |