]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
genirq/manage: Rework enable_percpu_irq()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 29 Apr 2025 06:55:44 +0000 (08:55 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 7 May 2025 07:08:16 +0000 (09:08 +0200)
commit508bd94c3ad4bd8b5dba8280198ce1eb31eb625a
treefc252fd32d178269312cc62f34d48e8d32a2ed48
parent90140d08ac7a1e1ea3136132e1fab9baec174c25
genirq/manage: Rework enable_percpu_irq()

Use the new guards to get and lock the interrupt descriptor and tidy up the
code.

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/20250429065422.315844964@linutronix.de
kernel/irq/manage.c