4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 01:07:18 +08:00
This commit is contained in:
zhujiale 2024-09-13 09:32:59 +08:00 committed by Rbb666
parent 6783d8fdec
commit b206d440c7

View File

@ -35,7 +35,7 @@ void rt_smp_call_ipi_handler(int vector, void *param)
int err;
int cur_cpu = rt_hw_cpu_id();
rt_spin_lock(&rt_smp_work[cur_cpu].lock);
if (rt_smp_work[cur_cpu].event.event_id)
{
err = smp_call_handler(&rt_smp_work[cur_cpu].event);