]> git.ipfire.org Git - thirdparty/linux.git/commit
genirq/manage: Rework disable_percpu_irq()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 29 Apr 2025 06:55:47 +0000 (08:55 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 7 May 2025 07:08:16 +0000 (09:08 +0200)
commit8e3f672b1949d58462e23abdc41c039a82e685fd
tree96e63c924a9ac476858c11695ea8e44a3db0ab45
parentb171f712d6ef1ae073d18e8ea9df1e96eb34f226
genirq/manage: Rework disable_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.435932527@linutronix.de
kernel/irq/manage.c