efi/arch_smp.h: use __aarch64__ for ARM64 defines

This commit is contained in:
Fredrik Holmqvist 2021-08-23 21:28:15 +02:00
parent d691f1e181
commit 5185ccdeb4

View File

@ -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 {