forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/kernel/rcu/Kconfig
....@@ -189,8 +189,8 @@
189189
190190 config RCU_BOOST
191191 bool "Enable RCU priority boosting"
192
- depends on (RT_MUTEXES && PREEMPT_RCU && RCU_EXPERT) || PREEMPT_RT
193
- default y if PREEMPT_RT
192
+ depends on RT_MUTEXES && PREEMPT_RCU && RCU_EXPERT
193
+ default n
194194 help
195195 This option boosts the priority of preempted RCU readers that
196196 block the current preemptible RCU grace period for too long.