jhb 2003/05/05 14:12:37 PDT FreeBSD src repository Modified files: sys/kern kern_synch.c Log: Remove TD_ON_RUNQ() from a check to make sure Giant is not held when calling mi_switch(). The kernel would panic on an earlier KASSERT() in mi_switch() if TD_ON_RUNQ() was true. Revision Changes Path 1.221 +1 -3 src/sys/kern/kern_synch.c