Merged from sys/i386/i386/machdep.c revision 1.421.
This commit is contained in:
parent
be1f850a8f
commit
8294bdbb72
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user