smpfatal08: Fix build for aarch64

Update #5064.
This commit is contained in:
Sebastian Huber
2024-09-20 05:48:12 +02:00
parent 3ec16d5f9d
commit c311068a9e

View File

@@ -89,7 +89,7 @@ void _CPU_SMP_Prepare_start_multitasking(void)
#if defined(RTEMS_PARAVIRT) \ #if defined(RTEMS_PARAVIRT) \
|| (!defined(__leon__) && !defined(__PPC__) \ || (!defined(__leon__) && !defined(__PPC__) \
&& !defined(__arm__) && !defined(__riscv) && !defined(__aarch64__)) && !defined(__arm__) && !defined(__riscv))
uint32_t _CPU_SMP_Get_current_processor(void) uint32_t _CPU_SMP_Get_current_processor(void)
{ {
return 0; return 0;