Update a comment

This commit is contained in:
Gregory Nutt 2016-12-24 19:01:07 -06:00
parent f55bad863b
commit 3af6b2a9a6

View File

@ -379,6 +379,10 @@ bool sched_addreadytorun(FAR struct tcb_s *btcb)
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));
doswitch = false;
}