From owner-svn-src-all@freebsd.org Sun Mar 11 19:58:50 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7558F4A936 for ; Sun, 11 Mar 2018 19:58:49 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65C667C0DB for ; Sun, 11 Mar 2018 19:58:49 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 551ef653-2566-11e8-b951-f99fef315fd9 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound2.ore.mailhop.org (Halon) with ESMTPSA id 551ef653-2566-11e8-b951-f99fef315fd9; Sun, 11 Mar 2018 19:56:48 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w2BJvcQZ014192; Sun, 11 Mar 2018 13:57:38 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1520798258.84937.147.camel@freebsd.org> Subject: Re: svn commit: r330782 - head/sys/x86/isa From: Ian Lepore To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Sun, 11 Mar 2018 13:57:38 -0600 In-Reply-To: <201803111956.w2BJu8vt058396@repo.freebsd.org> References: <201803111956.w2BJu8vt058396@repo.freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Mar 2018 19:58:50 -0000 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