jeff 2003/10/16 03:04:54 PDT FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Fix a minor problem with my last commit, we don't want to return from sched_switch if the thread is running, we want to fall through and pick a new thread because we have been preempted. Revision Changes Path 1.63 +1 -3 src/sys/kern/sched_ule.c