We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6783d8f commit b206d44Copy full SHA for b206d44
components/drivers/smp/smp.c
@@ -35,7 +35,7 @@ void rt_smp_call_ipi_handler(int vector, void *param)
35
int err;
36
int cur_cpu = rt_hw_cpu_id();
37
rt_spin_lock(&rt_smp_work[cur_cpu].lock);
38
-
+
39
if (rt_smp_work[cur_cpu].event.event_id)
40
{
41
err = smp_call_handler(&rt_smp_work[cur_cpu].event);
0 commit comments