From 9cc0cd828bc973d0835d2b187571270b2b60fc53 Mon Sep 17 00:00:00 2001 From: "Paul E. McKenney" Date: Wed, 8 Jun 2011 16:31:33 -0700 Subject: [PATCH] --- yaml --- r: 268951 b: refs/heads/master c: 8008e129dc90ff4f7a56cb033d6bd042afe3ed52 h: refs/heads/master i: 268949: b34575a3a1f205daf73aa80405e912cb105fe3e2 268947: 486b948156a24a65599b4d0800e4ee7cb76cf664 268943: 16907c233c034e012969696ceb93f01272308651 v: v3 --- [refs] | 2 +- trunk/init/Kconfig | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index c67a421758dc..b2dfdce6a0ce 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b15a2e7d16cc6f6082d8c6a85349e48588763ffc +refs/heads/master: 8008e129dc90ff4f7a56cb033d6bd042afe3ed52 diff --git a/trunk/init/Kconfig b/trunk/init/Kconfig index d62778390e55..dc7e27bf89a8 100644 --- a/trunk/init/Kconfig +++ b/trunk/init/Kconfig @@ -391,7 +391,7 @@ config TREE_RCU config TREE_PREEMPT_RCU bool "Preemptible tree-based hierarchical RCU" - depends on PREEMPT + depends on PREEMPT && SMP help This option selects the RCU implementation that is designed for very large SMP systems with hundreds or @@ -401,7 +401,7 @@ config TREE_PREEMPT_RCU config TINY_RCU bool "UP-only small-memory-footprint RCU" - depends on !SMP + depends on !PREEMPT && !SMP help This option selects the RCU implementation that is designed for UP systems from which real-time response @@ -410,7 +410,7 @@ config TINY_RCU config TINY_PREEMPT_RCU bool "Preemptible UP-only small-memory-footprint RCU" - depends on !SMP && PREEMPT + depends on PREEMPT && !SMP help This option selects the RCU implementation that is designed for real-time UP systems. This option greatly reduces the