mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-05 02:29:45 +00:00
044d8bca44
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