Skip to content

Add spurious IRQ handling, using a visible counter.

Jacob Lorentzon requested to merge 4lDO2/kernel:spurious-irq into master

Adds a check for spuriousness of IRQ7 and IRQ15 in 8259 PIC mode. The spurious interrupts are counted of each respective IRQ, and can be viewed in sys:spurious_irq.

Edited by Jacob Lorentzon

Merge request reports