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;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to