diff options
Diffstat (limited to 'sys/kern/kern_clock.c')
-rw-r--r-- | sys/kern/kern_clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index a12bd70..f75555b 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. |