Message ID | 20250116201327.3782963-7-paulmck@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | ef153339b0b035e2207734c84a8141af37113ea3 |
Headers | show |
Series | Lazy-preemption-related updates | expand |
diff --git a/kernel/rcu/Kconfig b/kernel/rcu/Kconfig index 582d461c9ab7d..80242957fa417 100644 --- a/kernel/rcu/Kconfig +++ b/kernel/rcu/Kconfig @@ -18,7 +18,7 @@ config TREE_RCU config PREEMPT_RCU bool - default y if PREEMPTION + default y if (PREEMPT || PREEMPT_RT || PREEMPT_DYNAMIC) select TREE_RCU help This option selects the RCU implementation that is