Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2018 17:09:26 +0000 (UTC)
From:      Eric van Gyzen <vangyzen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r329829 - head/sys/kern
Message-ID:  <201802221709.w1MH9Qcu012258@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802221709.w1MH9Qcu012258>