K 10 svn:author V 7 delphij K 8 svn:date V 27 2005-10-09T04:30:31.000000Z K 7 svn:log V 386 MFC (by jhb) | - Add an assertion to panic if one tries to call mtx_trylock() on a spin | mutex. | - Don't panic if a spin lock is held too long inside _mtx_lock_spin() if | panicstr is set (meaning that we are already in a panic). Just keep | spinning forever instead. | | Revision Changes Path | 1.157 +4 -1 src/sys/kern/kern_mutex.c Approved by: re (scottl) END