]> www.infradead.org Git - users/jedix/linux-maple.git/commit
genirq: Reuse irq_thread_fn() for forced thread case
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 19 Nov 2024 10:42:35 +0000 (12:42 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 3 Dec 2024 10:59:10 +0000 (11:59 +0100)
commit429f49ad361cd999ca221d8b562ae2552b7c3e2c
tree92772666519d07ad5a95f11edf7898ce0afc841f
parent6f8b79683dfb37ee0661cf4c13a72f024c29f65c
genirq: Reuse irq_thread_fn() for forced thread case

rq_forced_thread_fn() uses the same action callback as the non-forced
variant but with different locking decorations.  Reuse irq_thread_fn() here
to make that clear.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241119104339.2112455-3-andriy.shevchenko@linux.intel.com
kernel/irq/manage.c