Typo fix.
This commit is contained in:
parent
149c5b331b
commit
8a125ca8fd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54651
@ -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 New Issue
Block a user