aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sched_ule.c
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2022-07-04 23:07:51 +0000
committerMark Johnston <markj@FreeBSD.org>2022-07-11 19:58:43 +0000
commitef80894c9d01b13f6507abd6e5a0508dbb64d73b (patch)
treeb6a21ad6efcafd2251b6eef97dda8bf6d027b844 /sys/kern/sched_ule.c
parent35dd6d6cb56209b49c055253dac549d8426f1003 (diff)
downloadsrc-ef80894c9d01b13f6507abd6e5a0508dbb64d73b.tar.gz
src-ef80894c9d01b13f6507abd6e5a0508dbb64d73b.zip
sched_ule: Purge an obsolete comment
The referenced bitmask was removed in commit 62fa74d95a1. MFC after: 1 week Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/kern/sched_ule.c')
-rw-r--r--sys/kern/sched_ule.c3
1 files changed, 1 insertions, 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)