]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Oops, the witness mutex is a spin lock, so use MTX_SPIN in the call to
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 12 Dec 2000 00:37:18 +0000 (00:37 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 12 Dec 2000 00:37:18 +0000 (00:37 +0000)
commit428b4b556214f09cccd6f0ed4f2e6cc7681baeef
tree2ad53da48f90b527d21cc4d7841b671fbdace85c
parentac918c84608b6272c1502e9e3e0bff25fbebeae8
Oops, the witness mutex is a spin lock, so use MTX_SPIN in the call to
mtx_init().  Since the witness code ignores its internal mutex, this
doesn't result in any functional change.
sys/kern/kern_mutex.c
sys/kern/subr_turnstile.c
sys/kern/subr_witness.c