Skip to content
Commit ca387019 authored by Pedro H. Penna's avatar Pedro H. Penna Committed by Marc Zyngier
Browse files

irqchip/or1k-pic: Fix interrupt acknowledgement



Usually, hardware implicitly acknowledges interrupts when
reading them. However, if this is not the case, the IRQ
gets fired over and over again in the current implementation.

This patch uses the right mask acknowledge function to handle the
aforementioned situation on or1k processors that interact with
such kind of hardware.

Acked-by: default avatarStafford Horne <shorne@gmail.com>
Signed-off-by: default avatarPedro H. Penna <pedrohenriquepenna@gmail.com>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 478a2db8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment