git: e3bfd781931a - stable/13 - sched_ule: Purge an obsolete comment

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Mon, 18 Jul 2022 13:21:43 UTC
The branch stable/13 has been updated by markj:

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

commit e3bfd781931a7dbf542db7a1275008d64608b23f
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-07-04 23:07:51 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-07-18 13:07:36 +0000

    sched_ule: Purge an obsolete comment
    
    The referenced bitmask was removed in commit 62fa74d95a1.
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit ef80894c9d01b13f6507abd6e5a0508dbb64d73b)
---
 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 2c3e9fc57bf6..8f30c1f1cb89 100644
--- a/sys/kern/sched_ule.c
+++ b/sys/kern/sched_ule.c
@@ -2591,8 +2591,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)