svn commit: r329829 - head/sys/kern
Eric van Gyzen
vangyzen at FreeBSD.org
Thu Feb 22 17:09:27 UTC 2018
Author: vangyzen
Date: Thu Feb 22 17:09:26 2018
New Revision: 329829
URL: https://svnweb.freebsd.org/changeset/base/329829
Log:
sched_ule: update a comment to reflect reality
MFC after: 3 days
Sponsored by: Dell EMC
Modified:
head/sys/kern/sched_ule.c
Modified: head/sys/kern/sched_ule.c
==============================================================================
--- head/sys/kern/sched_ule.c Thu Feb 22 16:59:55 2018 (r329828)
+++ head/sys/kern/sched_ule.c Thu Feb 22 17:09:26 2018 (r329829)
@@ -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;
More information about the svn-src-all
mailing list