sched_ule: update a comment to reflect reality
MFC after: 3 days Sponsored by: Dell EMC
This commit is contained in:
parent
afdc2600c2
commit
0127914caa
@ -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
|
* 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);
|
tdq = TDQ_CPU(ts->ts_cpu);
|
||||||
cg = tdq->tdq_cg;
|
cg = tdq->tdq_cg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user