irqreturn_t ret;
local_bh_disable();
-+ if (!IS_ENABLED(CONFIG_PREEMPT_RT))
++ if (!IS_ENABLED(CONFIG_PREEMPT_RT_BASE))
+ local_irq_disable();
ret = action->thread_fn(action->irq, action->dev_id);
if (ret == IRQ_HANDLED)
atomic_inc(&desc->threads_handled);
irq_finalize_oneshot(desc, action);
-+ if (!IS_ENABLED(CONFIG_PREEMPT_RT))
++ if (!IS_ENABLED(CONFIG_PREEMPT_RT_BASE))
+ local_irq_enable();
local_bh_enable();
return ret;
irqreturn_t ret;
local_bh_disable();
-+ if (!IS_ENABLED(CONFIG_PREEMPT_RT))
++ if (!IS_ENABLED(CONFIG_PREEMPT_RT_BASE))
+ local_irq_disable();
ret = action->thread_fn(action->irq, action->dev_id);
if (ret == IRQ_HANDLED)
atomic_inc(&desc->threads_handled);
irq_finalize_oneshot(desc, action);
-+ if (!IS_ENABLED(CONFIG_PREEMPT_RT))
++ if (!IS_ENABLED(CONFIG_PREEMPT_RT_BASE))
+ local_irq_enable();
local_bh_enable();
return ret;
irqreturn_t ret;
local_bh_disable();
-+ if (!IS_ENABLED(CONFIG_PREEMPT_RT))
++ if (!IS_ENABLED(CONFIG_PREEMPT_RT_BASE))
+ local_irq_disable();
ret = action->thread_fn(action->irq, action->dev_id);
if (ret == IRQ_HANDLED)
atomic_inc(&desc->threads_handled);
irq_finalize_oneshot(desc, action);
-+ if (!IS_ENABLED(CONFIG_PREEMPT_RT))
++ if (!IS_ENABLED(CONFIG_PREEMPT_RT_BASE))
+ local_irq_enable();
local_bh_enable();
return ret;
irqreturn_t ret;
local_bh_disable();
-+ if (!IS_ENABLED(CONFIG_PREEMPT_RT))
++ if (!IS_ENABLED(CONFIG_PREEMPT_RT_BASE))
+ local_irq_disable();
ret = action->thread_fn(action->irq, action->dev_id);
if (ret == IRQ_HANDLED)
atomic_inc(&desc->threads_handled);
irq_finalize_oneshot(desc, action);
-+ if (!IS_ENABLED(CONFIG_PREEMPT_RT))
++ if (!IS_ENABLED(CONFIG_PREEMPT_RT_BASE))
+ local_irq_enable();
local_bh_enable();
return ret;