mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Merged from sys/i386/i386/machdep.c revision 1.421.
This commit is contained in:
parent
be8b149795
commit
76b86dfba6
2 changed files with 4 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue