On 03/11/18 21:13, Ian Lepore wrote:
-struct mtx atrtc_lock;
+static struct mtx atrtc_lock;
  MTX_SYSINIT(atrtc_lock_init, &atrtc_lock, "atrtc", MTX_SPIN);
+struct mtx atrtc_time_lock;
+MTX_SYSINIT(atrtc_time_lock_init, &atrtc_time_lock, "atrtc", MTX_DEF);

One of my boxes panics now because there are two locks with same name!

I have:
debug.witness.skipspin=0

In /boot/loader.conf.

--HPS
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to