projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc47268
)
irqchip/gic-v3: Fix irq_complete_ack() comment
author
Lorenzo Pieralisi
<lpieralisi@kernel.org>
Mon, 2 Dec 2024 11:25:18 +0000
(12:25 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 3 Dec 2024 11:15:42 +0000
(12:15 +0100)
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 <lpieralisi@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link:
https://lore.kernel.org/all/20241202112518.51178-1-lpieralisi@kernel.org
drivers/irqchip/irq-gic-v3.c
patch
|
blob
|
history
diff --git
a/drivers/irqchip/irq-gic-v3.c
b/drivers/irqchip/irq-gic-v3.c
index
8b6159f
..
34db379
100644
(file)
--- 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)
{