Skip to content

Commit 9ba0a63

Browse files
Lorenzo PieralisiKAGA-KOKO
authored andcommitted
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 <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent a8913d5 commit 9ba0a63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/irqchip/irq-gic-v5-its.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,6 @@ static int gicv5_its_irq_domain_alloc(struct irq_domain *domain, unsigned int vi
973973
irqd = irq_get_irq_data(virq + i);
974974
irqd_set_single_target(irqd);
975975
irqd_set_affinity_on_activate(irqd);
976-
irqd_set_resend_when_in_progress(irqd);
977976
}
978977

979978
return 0;

0 commit comments

Comments
 (0)