diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-07-28 14:15:46 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2009-07-28 14:15:46 +0200 |
commit | fc2c504bb0518c3ec3ef4ef8e198600d430c6d15 (patch) | |
tree | 8cd10f621a4a39d04bf43208273dbb02aa3b4b23 /init | |
parent | aed9cd6afa86c68b65c285ba8c18259e4c885223 (diff) | |
parent | b526aded4c39a83d7042b9b16dee342e1f600795 (diff) | |
download | lwn-fc2c504bb0518c3ec3ef4ef8e198600d430c6d15.tar.gz lwn-fc2c504bb0518c3ec3ef4ef8e198600d430c6d15.zip |
Merge branch 'rt/rcu' into rt/base
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index cb2c09270226..c6035d4ab646 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -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 |