sched_ule: Purge an obsolete comment

The referenced bitmask was removed in commit 62fa74d95a.

MFC after:	 1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2022-07-04 19:07:51 -04:00
parent 35dd6d6cb5
commit ef80894c9d

View File

@ -2587,8 +2587,7 @@ sched_runnable(void)
/*
* 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)