aboutsummaryrefslogtreecommitdiff
path: root/sys/x86
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2018-03-12 15:26:11 +0000
committerIan Lepore <ian@FreeBSD.org>2018-03-12 15:26:11 +0000
commit22b3d71e82d73e3189e66e709eb949c517654305 (patch)
tree629699f83df112ffe8f3787d57b75c7e7867ba1f /sys/x86
parentaf1823cde89196f0a67ae694f47513d3dfc90c45 (diff)
downloadsrc-22b3d71e82d73e3189e66e709eb949c517654305.tar.gz
src-22b3d71e82d73e3189e66e709eb949c517654305.zip
Give the atrtc_time_lock a unique name.
Reported by: hps@
Notes
Notes: svn path=/head/; revision=330797
Diffstat (limited to 'sys/x86')
-rw-r--r--sys/x86/isa/atrtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/isa/atrtc.c b/sys/x86/isa/atrtc.c
index d47eff2628af..dc55093a5808 100644
--- a/sys/x86/isa/atrtc.c
+++ b/sys/x86/isa/atrtc.c
@@ -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;