Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2018 14:29:52 +0100
From:      Hans Petter Selasky <hps@selasky.org>
To:        Ian Lepore <ian@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r330783 - in head/sys: amd64/include isa x86/isa
Message-ID:  <28322248-a2e4-3770-d6d1-54b9fdd2ad94@selasky.org>
In-Reply-To: <201803112013.w2BKDGJW068438@repo.freebsd.org>
References:  <201803112013.w2BKDGJW068438@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?28322248-a2e4-3770-d6d1-54b9fdd2ad94>