mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 08:41:30 -04:00
Typo fix.
This commit is contained in:
parent
149c5b331b
commit
8a125ca8fd
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ io_apic_setup(int apic)
|
|||
|
||||
/* program the appropriate registers */
|
||||
if (apic != 0 || pin != irq)
|
||||
printf("IOAPIC #%d intpint %d -> irq %d\n",
|
||||
printf("IOAPIC #%d intpin %d -> irq %d\n",
|
||||
apic, pin, irq);
|
||||
select = pin * 2 + IOAPIC_REDTBL0; /* register */
|
||||
vector = NRSVIDT + irq; /* IDT vec */
|
||||
|
|
|
|||
Loading…
Reference in a new issue