Date: Thu, 17 May 2001 15:45:00 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_witness.c Message-ID: <200105172245.f4HMj1g53721@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/05/17 15:44:57 PDT
Modified files:
sys/kern subr_witness.c
Log:
- Don't panic on a try lock operation for a sleep lock if we hold a spin
lock. Since we won't actually block on a try lock operation, it's not
a problem. Add a comment explaining why it is safe to skip lock order
checking with try locks.
- Remove the ithread list lock spin lock from the order list.
Revision Changes Path
1.72 +7 -3 src/sys/kern/subr_witness.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105172245.f4HMj1g53721>
