mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -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 */
|
/* program the appropriate registers */
|
||||||
if (apic != 0 || pin != irq)
|
if (apic != 0 || pin != irq)
|
||||||
printf("IOAPIC #%d intpint %d -> irq %d\n",
|
printf("IOAPIC #%d intpin %d -> irq %d\n",
|
||||||
apic, pin, irq);
|
apic, pin, irq);
|
||||||
select = pin * 2 + IOAPIC_REDTBL0; /* register */
|
select = pin * 2 + IOAPIC_REDTBL0; /* register */
|
||||||
vector = NRSVIDT + irq; /* IDT vec */
|
vector = NRSVIDT + irq; /* IDT vec */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue