Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 19 Nov 2024 10:42:35 +0000 (12:42 +0200)
committer
Thomas Gleixner <tglx@linutronix.de>
Tue, 3 Dec 2024 10:59:10 +0000 (11:59 +0100)
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.