jeff 2004-12-13 13:09:33 UTC
FreeBSD src repository
Modified files:
sys/kern sched_ule.c
Log:
- Take up a 'slot' while we're on the assigned queue, waiting to be
posted to another processor. Otherwise, kern_switch() gets confused
and tries to sched_add(NULL).
Revision Changes Path
1.138 +16 -16 src/sys/kern/sched_ule.c