mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 21:19:09 +08:00
SMP: Fix a typo introduced in c5b00ccfc4
This commit is contained in:
@@ -320,7 +320,7 @@ void up_schedule_sigaction(struct tcb_s *tcb, sig_deliver_t sigdeliver)
|
||||
|
||||
if (cpu != me)
|
||||
{
|
||||
up_cpu_pause(cpu);
|
||||
up_cpu_resume(cpu);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -372,7 +372,7 @@ void up_schedule_sigaction(struct tcb_s *tcb, sig_deliver_t sigdeliver)
|
||||
|
||||
if (cpu != me)
|
||||
{
|
||||
up_cpu_pause(cpu);
|
||||
up_cpu_resume(cpu);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -332,7 +332,7 @@ void up_schedule_sigaction(struct tcb_s *tcb, sig_deliver_t sigdeliver)
|
||||
|
||||
if (cpu != me)
|
||||
{
|
||||
up_cpu_pause(cpu);
|
||||
up_cpu_resume(cpu);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user