irqchip/gic-v5: Remove IRQD_RESEND_WHEN_IN_PROGRESS for ITS IRQs
authorLorenzo Pieralisi <lpieralisi@kernel.org>
Fri, 1 Aug 2025 07:58:20 +0000 (09:58 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 5 Aug 2025 08:43:48 +0000 (10:43 +0200)
commit9ba0a63badc8e74ac0d490f9113300dda0ce2c19
tree79b8d1d209fea91b0a37edba491e0e0a16cc7ff5
parenta8913d54ab1f9ed871b4e45a7c8a4f7a9949d071
irqchip/gic-v5: Remove IRQD_RESEND_WHEN_IN_PROGRESS for ITS IRQs

GICv5 LPI interrupts have an active state hence they cannot retrigger
while the interrupt is being handled.

Therefore, setting the IRQD_RESEND_WHEN_IN_PROGRESS flag on LPIs is
pointless, as the situation this flag caters for cannot happen.

Remove it.

Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/all/20250801-gic-v5-fixes-6-17-v1-3-4fcedaccf9e6@kernel.org
drivers/irqchip/irq-gic-v5-its.c