jhb 2003/07/31 11:52:18 PDT
FreeBSD src repository
Modified files:
sys/kern kern_mutex.c
Log:
If a spin lock is held for too long and WITNESS is enabled, then call
witness_display_spinlock() to see if we can find out where the current
owner of the spin lock last acquired the lock.
Revision Changes Path
1.131 +9 -3 src/sys/kern/kern_mutex.c