Skip to content

Commit

Permalink
irq: Export force_irqthreads_key
Browse files Browse the repository at this point in the history
Temporary add the EXPORT_SYMBOL_GPL for force_irqthreads_key until it is
settled if it is needed or not.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
  • Loading branch information
Sebastian Andrzej Siewior committed Sep 30, 2021
1 parent a23f617 commit ce55c8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

#if defined(CONFIG_IRQ_FORCED_THREADING) && !defined(CONFIG_PREEMPT_RT)
DEFINE_STATIC_KEY_FALSE(force_irqthreads_key);
EXPORT_SYMBOL_GPL(force_irqthreads_key);

static int __init setup_forced_irqthreads(char *arg)
{
Expand Down

0 comments on commit ce55c8d

Please sign in to comment.