Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Mar 2018 13:57:38 -0600
From:      Ian Lepore <ian@freebsd.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r330782 - head/sys/x86/isa
Message-ID:  <1520798258.84937.147.camel@freebsd.org>
In-Reply-To: <201803111956.w2BJu8vt058396@repo.freebsd.org>
References:  <201803111956.w2BJu8vt058396@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2018-03-11 at 19:56 +0000, Ian Lepore wrote:
> Author: ian
> Date: Sun Mar 11 19:56:07 2018
> New Revision: 330782
> URL: https://svnweb.freebsd.org/changeset/base/330782
> 
> Log:
>   Remove MTX_NOPROFILE from atrtc_lock, it was inappropriately copy/pasted
>   from the i8254 driver when I created separate mutexes for each.  The i8254
>   driver could be the active timecounter, leading to recursion during mutex
>   profiling, but the atrtc driver cannot be a timecounter, so it isn't needed.
> 
> Modified:
>   head/sys/x86/isa/atrtc.c

Oops, should have included: Pointed out by: bde.

-- Ian



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1520798258.84937.147.camel>