Merged from sys/i386/i386/machdep.c revision 1.421.

This commit is contained in:
kato 2000-11-20 12:06:08 +00:00
parent be1f850a8f
commit 8294bdbb72
2 changed files with 4 additions and 0 deletions

View File

@ -423,6 +423,8 @@ cpu_startup(dummy)
TAILQ_INIT(&callwheel[i]);
}
mtx_init(&callout_lock, "callout", MTX_SPIN);
#if defined(USERCONFIG)
userconfig();
cninit(); /* the preferred console may have changed */

View File

@ -423,6 +423,8 @@ cpu_startup(dummy)
TAILQ_INIT(&callwheel[i]);
}
mtx_init(&callout_lock, "callout", MTX_SPIN);
#if defined(USERCONFIG)
userconfig();
cninit(); /* the preferred console may have changed */