Date: Thu, 31 Jul 2003 11:52:18 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mutex.c Message-ID: <200307311852.h6VIqIBm091707@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307311852.h6VIqIBm091707>