]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
genirq/chip: Rework handle_fasteoi_ack_irq()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 29 Apr 2025 06:55:14 +0000 (08:55 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 7 May 2025 07:08:13 +0000 (09:08 +0200)
commit2beb01cbb75e5849b6ebc15917c7dd3e46264b48
tree4d548996ed69acd34bebc86a0b34ed46b8dbefac
parent2d46aea52c02612d1b49aa562162eee58fa1968d
genirq/chip: Rework handle_fasteoi_ack_irq()

Use the new helpers to decide whether the interrupt should be handled and
switch the descriptor locking to guard().

Fixup the kernel doc comment while at it.

No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/all/20250429065421.105015800@linutronix.de
kernel/irq/chip.c