diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-05-05 02:41:21 +0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-07-09 20:14:17 +0400 |
commit | ab74fdfd4e11ec040f21cf87edc14fc9f62cc934 (patch) | |
tree | 5a2cb3774acba6d682c3c1265d3915c3ccffb74f /init/Kconfig | |
parent | f27bc4873fa8b75cc1eba7b641eda7375dc72ccf (diff) | |
download | linux-ab74fdfd4e11ec040f21cf87edc14fc9f62cc934.tar.xz |
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/Kconfig')
-rw-r--r-- | init/Kconfig | 2 |
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 def_bool TREE_PREEMPT_RCU help This option enables preemptible-RCU code that is common between - the TREE_PREEMPT_RCU and TINY_PREEMPT_RCU implementations. + TREE_PREEMPT_RCU and, in the old days, TINY_PREEMPT_RCU. config RCU_STALL_COMMON def_bool ( TREE_RCU || TREE_PREEMPT_RCU || RCU_TRACE ) |