diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-04-20 13:27:15 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-05-27 15:59:04 -0400 |
commit | 7fa270010e0ddd3693381431f373b3e3135b0695 (patch) | |
tree | 896b3eaa0bbc48b80ca45b4e01711699e7e1199f /Documentation/kernel-parameters.txt | |
parent | 7db21edfecb079b2257ced7a2cf2e32ae5e5d966 (diff) |
rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameter
The CONFIG_RCU_FANOUT_EXACT Kconfig parameter is used primarily (and
perhaps only) by rcutorture to verify that RCU works correctly in specific
rcu_node combining-tree configurations. It therefore does not make
much sense have this as a question to people attempting to configure
their kernels. So this commit creates an rcutree.rcu_fanout_exact=
boot parameter that rcutorture can use, and eliminates the original
CONFIG_RCU_FANOUT_EXACT Kconfig parameter.
Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Pranith Kumar <bobby.prani@gmail.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 10a4fb80c033..f5582dcdf80d 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -3010,6 +3010,12 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
3010 | the rcu_node combining tree. This only has effect | 3010 | the rcu_node combining tree. This only has effect |
3011 | when CONFIG_RCU_TORTURE_TEST_SLOW_PREINIT is set. | 3011 | when CONFIG_RCU_TORTURE_TEST_SLOW_PREINIT is set. |
3012 | 3012 | ||
3013 | rcutree.rcu_fanout_exact= [KNL] | ||
3014 | Disable autobalancing of the rcu_node combining | ||
3015 | tree. This is used by rcutorture, and might | ||
3016 | possibly be useful for architectures having high | ||
3017 | cache-to-cache transfer latencies. | ||
3018 | |||
3013 | rcutree.rcu_fanout_leaf= [KNL] | 3019 | rcutree.rcu_fanout_leaf= [KNL] |
3014 | Increase the number of CPUs assigned to each | 3020 | Increase the number of CPUs assigned to each |
3015 | leaf rcu_node structure. Useful for very large | 3021 | leaf rcu_node structure. Useful for very large |