commit | c5e5ec033c4ab25c53f1fd217849e75deb0bf7bf | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Tue May 19 10:41:00 2020 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Sun Sep 13 17:04:38 2020 +0100 |
tree | 172550cc4e01cfa8b16aa91e517b4cbf1c68a075 | |
parent | f4d51dffc6c01a9e94650d95ce0104964f8ae822 [diff] |
genirq: Add fasteoi IPI flow For irqchips using the fasteoi flow, IPIs are a bit special. They need to be EOI'd early (before calling the handler), as funny things may happen in the handler (they do not necessarily behave like a normal interrupt). Reviewed-by: Valentin Schneider <valentin.schneider@arm.com> Signed-off-by: Marc Zyngier <maz@kernel.org>