• Brian Gerst's avatar
    [PATCH] Fix NR_IRQS when no IO apic · be5fc736
    Brian Gerst authored
    NR_IRQS should be 16 when the IO apic is not configured, as the 8259 PIC
    cannot generate any more interrupts.  It also fixes a bug where the IDT
    gets populated with random addresses, since only 16 entry stubs are
    created. 
    be5fc736
irq.h 1.03 KB