Skip to content

Commit f58326c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/irqchip/irq-gic-v3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ static void gic_deactivate_unhandled(u32 irqnr)
817817
* register state is not stale, as these may have been indirectly written
818818
* *after* exception entry.
819819
*
820-
* (2) Deactivate the interrupt when EOI mode 1 is in use.
820+
* (2) Execute an interrupt priority drop when EOI mode 1 is in use.
821821
*/
822822
static inline void gic_complete_ack(u32 irqnr)
823823
{

0 commit comments

Comments
 (0)