aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2014-05-04 18:41:21 -0400
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2014-07-09 12:14:17 -0400
commitab74fdfd4e11ec040f21cf87edc14fc9f62cc934 (patch)
tree5a2cb3774acba6d682c3c1265d3915c3ccffb74f /init
parentf27bc4873fa8b75cc1eba7b641eda7375dc72ccf (diff)
rcu: Handle obsolete references to TINY_PREEMPT_RCU
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 9d76b99af1b9..977b37806e95 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -505,7 +505,7 @@ config PREEMPT_RCU
505 def_bool TREE_PREEMPT_RCU 505 def_bool TREE_PREEMPT_RCU
506 help 506 help
507 This option enables preemptible-RCU code that is common between 507 This option enables preemptible-RCU code that is common between
508 the TREE_PREEMPT_RCU and TINY_PREEMPT_RCU implementations. 508 TREE_PREEMPT_RCU and, in the old days, TINY_PREEMPT_RCU.
509 509
510config RCU_STALL_COMMON 510config RCU_STALL_COMMON
511 def_bool ( TREE_RCU || TREE_PREEMPT_RCU || RCU_TRACE ) 511 def_bool ( TREE_RCU || TREE_PREEMPT_RCU || RCU_TRACE )