From: Lorenzo Pieralisi Date: Mon, 2 Dec 2024 11:25:18 +0000 (+0100) Subject: irqchip/gic-v3: Fix irq_complete_ack() comment X-Git-Tag: v6.13-rc2~2^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f58326c70df0dc413bb58848b188523b3662cf0f;p=thirdparty%2Flinux.git irqchip/gic-v3: Fix irq_complete_ack() comment When the GIC is in EOImode == 1 in irq_complete_ack() it executes a priority drop not a deactivation. Fix the function comment to clarify the behaviour. Signed-off-by: Lorenzo Pieralisi Signed-off-by: Thomas Gleixner Link: https://lore.kernel.org/all/20241202112518.51178-1-lpieralisi@kernel.org --- diff --git a/drivers/irqchip/irq-gic-v3.c b/drivers/irqchip/irq-gic-v3.c index 8b6159f4cdafa..34db379d066a5 100644 --- a/drivers/irqchip/irq-gic-v3.c +++ b/drivers/irqchip/irq-gic-v3.c @@ -817,7 +817,7 @@ static void gic_deactivate_unhandled(u32 irqnr) * register state is not stale, as these may have been indirectly written * *after* exception entry. * - * (2) Deactivate the interrupt when EOI mode 1 is in use. + * (2) Execute an interrupt priority drop when EOI mode 1 is in use. */ static inline void gic_complete_ack(u32 irqnr) {