kernel/kernel/rcu/Kconfig
.. .. @@ -189,8 +189,8 @@ 189 189 190 190 config RCU_BOOST 191 191 bool "Enable RCU priority boosting" 192 - depends on (RT_MUTEXES && PREEMPT_RCU && RCU_EXPERT) || PREEMPT_RT193 - default y if PREEMPT_RT192 + depends on RT_MUTEXES && PREEMPT_RCU && RCU_EXPERT193 + default n194 194 help 195 195 This option boosts the priority of preempted RCU readers that 196 196 block the current preemptible RCU grace period for too long.