summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/pc98/i386/machdep.c2
-rw-r--r--sys/pc98/pc98/machdep.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index caa579c..08cd9c8 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -423,6 +423,8 @@ again:
TAILQ_INIT(&callwheel[i]);
}
+ mtx_init(&callout_lock, "callout", MTX_SPIN);
+
#if defined(USERCONFIG)
userconfig();
cninit(); /* the preferred console may have changed */
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index caa579c..08cd9c8 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -423,6 +423,8 @@ again:
TAILQ_INIT(&callwheel[i]);
}
+ mtx_init(&callout_lock, "callout", MTX_SPIN);
+
#if defined(USERCONFIG)
userconfig();
cninit(); /* the preferred console may have changed */
OpenPOWER on IntegriCloud