mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
Fix a couple of comment nits.
This commit is contained in:
parent
56019a539f
commit
2734fedc4e
1 changed files with 2 additions and 2 deletions
|
|
@ -1925,8 +1925,8 @@ apic_setup_io(void *dummy __unused)
|
|||
/*
|
||||
* Finish setting up the local APIC on the BSP once we know
|
||||
* how to properly program the LINT pins. In particular, this
|
||||
* enables the EOI suppression mode, if LAPIC support it and
|
||||
* user did not disabled the mode.
|
||||
* enables the EOI suppression mode, if LAPIC supports it and
|
||||
* user did not disable the mode.
|
||||
*/
|
||||
lapic_setup(1);
|
||||
if (bootverbose)
|
||||
|
|
|
|||
Loading…
Reference in a new issue