Commit b526aded authored by Ingo Molnar's avatar Ingo Molnar Committed by Thomas Gleixner

RCU: Force PREEMPT_RCU for PREEMPT-RT

PREEMPT_RT relies on PREEMPT_RCU - only allow RCU to be configured
interactively in the !PREEMPT_RT case.
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 33a93eaa
......@@ -318,6 +318,7 @@ choice
config CLASSIC_RCU
bool "Classic RCU"
depends on !PREEMPT_RT
help
This option selects the classic RCU implementation that is
designed for best read-side performance on non-realtime
......@@ -327,6 +328,7 @@ config CLASSIC_RCU
config TREE_RCU
bool "Tree-based hierarchical RCU"
depends on !PREEMPT_RT
help
This option selects the RCU implementation that is
designed for very large SMP system with hundreds or
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment