julian 2007-02-02 05:14:22 UTC
FreeBSD src repository
Modified files:
sys/kern sched_4bsd.c
Log:
Move the seting of the idle_mask bits to a place where they
can't be wrong.
Also use the IDLETD bit in the thread mask to test if its an idle thread
rather than doing a PCPU access.
Revision Changes Path
1.96 +25 -17 src/sys/kern/sched_4bsd.c