diff options
-rw-r--r-- | kexec/kexec-syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/kexec-syscall.h b/kexec/kexec-syscall.h index be6ccd5..1e2d12f 100644 --- a/kexec/kexec-syscall.h +++ b/kexec/kexec-syscall.h @@ -59,7 +59,7 @@ #endif #endif /*ifndef __NR_kexec_load*/ -#ifdef __arm__ +#if defined(__arm__) || defined(__loongarch__) #undef __NR_kexec_file_load #endif |