aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2013-03-28 23:48:36 -0400
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2013-06-10 16:44:56 -0400
commit9a5739d73f9369ba1cdba3889ee4e2f87be25a46 (patch)
treec1b03bf542ee77e4cff0b0d422a14e7772ba8baf /init
parentefc151c33b971148894789dc7c5589dec46d4348 (diff)
rcu: Remove "Experimental" flags
After a release or two, features are no longer experimental. Therefore, this commit removes the "Experimental" tag from them. Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
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 2d9b83104dcf..8df5116621ec 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -656,7 +656,7 @@ config RCU_BOOST_DELAY
656 Accept the default if unsure. 656 Accept the default if unsure.
657 657
658config RCU_NOCB_CPU 658config RCU_NOCB_CPU
659 bool "Offload RCU callback processing from boot-selected CPUs (EXPERIMENTAL" 659 bool "Offload RCU callback processing from boot-selected CPUs"
660 depends on TREE_RCU || TREE_PREEMPT_RCU 660 depends on TREE_RCU || TREE_PREEMPT_RCU
661 default n 661 default n
662 help 662 help