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

authored by Lorenzo Pieralisi and committed by Thomas Gleixner 9ba0a63b a8913d54

-1
-1
drivers/irqchip/irq-gic-v5-its.c
··· 973 irqd = irq_get_irq_data(virq + i); 974 irqd_set_single_target(irqd); 975 irqd_set_affinity_on_activate(irqd); 976 - irqd_set_resend_when_in_progress(irqd); 977 } 978 979 return 0;
··· 973 irqd = irq_get_irq_data(virq + i); 974 irqd_set_single_target(irqd); 975 irqd_set_affinity_on_activate(irqd); 976 } 977 978 return 0;