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 b96e02a..dac1c1f 100644 --- a/kexec/kexec-syscall.h +++ b/kexec/kexec-syscall.h @@ -67,6 +67,9 @@ #ifdef __s390x__ #define __NR_kexec_file_load 381 #endif +#ifdef __aarch64__ +#define __NR_kexec_file_load 294 +#endif #ifndef __NR_kexec_file_load /* system call not available for the arch */ |