mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Unmasking of a pending interrupt did not lead to immediate IRQ handler execution in all cases. This commit also addresses some style concerns risen during the issue discussion. - Replace multi-boolean IRQ state by state enum - EOI and ACK should be same in DDE context - Unify x86 and ARM irqchip.c - Remove Pending_irq type - Remove dde_irq_set_wake() Fixes #5164