efi/arch_smp.h: use __aarch64__ for ARM64 defines
This commit is contained in:
parent
d691f1e181
commit
5185ccdeb4
@ -9,7 +9,7 @@
|
||||
#include <boot/menu.h>
|
||||
|
||||
|
||||
#if defined(__riscv) || defined(__ARM__) || defined(__ARM64__)
|
||||
#if defined(__riscv) || defined(__ARM__) || defined(__aarch64__)
|
||||
// These platforms take inventory of cpu cores from fdt
|
||||
|
||||
struct platform_cpu_info {
|
||||
|
Loading…
x
Reference in New Issue
Block a user