Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2018 15:26:11 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r330797 - head/sys/x86/isa
Message-ID:  <201803121526.w2CFQBKv042983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Mon Mar 12 15:26:11 2018
New Revision: 330797
URL: https://svnweb.freebsd.org/changeset/base/330797

Log:
  Give the atrtc_time_lock a unique name.
  
  Reported by:	hps@

Modified:
  head/sys/x86/isa/atrtc.c

Modified: head/sys/x86/isa/atrtc.c
==============================================================================
--- head/sys/x86/isa/atrtc.c	Mon Mar 12 15:17:16 2018	(r330796)
+++ head/sys/x86/isa/atrtc.c	Mon Mar 12 15:26:11 2018	(r330797)
@@ -64,7 +64,7 @@ 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);
+MTX_SYSINIT(atrtc_time_lock_init, &atrtc_time_lock, "atrtc_time", MTX_DEF);
 
 int	atrtcclock_disable = 0;
 



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