summaryrefslogtreecommitdiff
path: root/sys/kern/kern_clock.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-05-23 17:27:01 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-05-23 17:27:01 +0000
commit63d69d259204727e148672edd4d680aec7ef8026 (patch)
tree7b7d0f424c3a16529b516a9bbdd55dbfdc9e7d76 /sys/kern/kern_clock.c
parentc792928f017773e36e1b6e77902d06df27826cd2 (diff)
Notes
Diffstat (limited to 'sys/kern/kern_clock.c')
-rw-r--r--sys/kern/kern_clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c
index a12bd7054839..f75555b51b5b 100644
--- a/sys/kern/kern_clock.c
+++ b/sys/kern/kern_clock.c
@@ -174,8 +174,8 @@ initclocks(dummy)
* Set divisors to 1 (normal case) and let the machine-specific
* code do its bit.
*/
- cpu_initclocks();
mtx_init(&time_lock, "time lock", NULL, MTX_SPIN);
+ cpu_initclocks();
/*
* Compute profhz/stathz, and fix profhz if needed.