diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-06-02 08:29:18 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-07-22 18:27:25 -0400 |
commit | be55fa2ad244678beed11d2827d88b7f80ff4730 (patch) | |
tree | 0a8ea5ff06d29dbee0b2ea5028bb2bb1010b3d43 /init | |
parent | 24560056de61d86153cecb84d04e4237437f5888 (diff) |
rcu: Hide RCU_NOCB_CPU behind RCU_EXPERT
This commit prevents Kconfig from asking the user about RCU_NOCB_CPU
unless the user really wants to be asked.
Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index fdeff4ab5995..ba1e6eaf4c36 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -698,6 +698,7 @@ config RCU_BOOST_DELAY | |||
698 | config RCU_NOCB_CPU | 698 | config RCU_NOCB_CPU |
699 | bool "Offload RCU callback processing from boot-selected CPUs" | 699 | bool "Offload RCU callback processing from boot-selected CPUs" |
700 | depends on TREE_RCU || PREEMPT_RCU | 700 | depends on TREE_RCU || PREEMPT_RCU |
701 | depends on RCU_EXPERT || NO_HZ_FULL | ||
701 | default n | 702 | default n |
702 | help | 703 | help |
703 | Use this option to reduce OS jitter for aggressive HPC or | 704 | Use this option to reduce OS jitter for aggressive HPC or |