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

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