Update a comment
This commit is contained in:
parent
f55bad863b
commit
3af6b2a9a6
@ -379,6 +379,10 @@ bool sched_addreadytorun(FAR struct tcb_s *btcb)
|
|||||||
|
|
||||||
if (cpu != me)
|
if (cpu != me)
|
||||||
{
|
{
|
||||||
|
/* In this we will not want to report a context switch to this
|
||||||
|
* CPU. Only the other CPU is affected.
|
||||||
|
*/
|
||||||
|
|
||||||
DEBUGVERIFY(up_cpu_resume(cpu));
|
DEBUGVERIFY(up_cpu_resume(cpu));
|
||||||
doswitch = false;
|
doswitch = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user