Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2022 19:59:00 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ef80894c9d01 - main - sched_ule: Purge an obsolete comment
Message-ID:  <202207111959.26BJx010003207@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=ef80894c9d01b13f6507abd6e5a0508dbb64d73b

commit ef80894c9d01b13f6507abd6e5a0508dbb64d73b
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-07-04 23:07:51 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-07-11 19:58:43 +0000

    sched_ule: Purge an obsolete comment
    
    The referenced bitmask was removed in commit 62fa74d95a1.
    
    MFC after:       1 week
    Sponsored by:   The FreeBSD Foundation
---
 sys/kern/sched_ule.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c
index 13ad3cf32b30..1163005abc1a 100644
--- a/sys/kern/sched_ule.c
+++ b/sys/kern/sched_ule.c
@@ -2587,8 +2587,7 @@ out:
 
 /*
  * Choose the highest priority thread to run.  The thread is removed from
- * the run-queue while running however the load remains.  For SMP we set
- * the tdq in the global idle bitmask if it idles here.
+ * the run-queue while running however the load remains.
  */
 struct thread *
 sched_choose(void)



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