sched_ule: update a comment to reflect reality

MFC after:	3 days
Sponsored by:	Dell EMC
This commit is contained in:
Eric van Gyzen 2018-02-22 17:09:26 +00:00
parent afdc2600c2
commit 0127914caa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329829

View File

@ -1251,7 +1251,7 @@ sched_pickcpu(struct thread *td, int flags)
}
/*
* If the thread can run on the last cpu and the affinity has not
* expired or it is idle run it there.
* expired and it is idle, run it there.
*/
tdq = TDQ_CPU(ts->ts_cpu);
cg = tdq->tdq_cg;