jhb 2005-03-31 20:36:45 UTC FreeBSD src repository Modified files: sys/kern kern_synch.c Log: Don't recursively panic when we call mi_switch() in a critical section, even though calling mi_switch() after a panic is likely a bug anyway as the recursive panic only serves to make things worse. Revision Changes Path 1.268 +1 -1 src/sys/kern/kern_synch.c