diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2013-10-27 12:44:03 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2013-12-03 13:08:56 -0500 |
commit | 97e63f0caf0e977a1648b50943909c87a3f683d3 (patch) | |
tree | d9b42420be1f6b286c7ffe07b71caaef551badb9 | |
parent | c9592ecb98d1e6d6ab2b54895314a46abfa69db4 (diff) |
rcu: Fix formatting blows in kernel-parameters.txt
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
-rw-r--r-- | Documentation/kernel-parameters.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 50680a59a2ff..9063e74ba5c6 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -2625,7 +2625,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
2625 | for RCU-preempt, and "s" for RCU-sched, and "N" | 2625 | for RCU-preempt, and "s" for RCU-sched, and "N" |
2626 | is the CPU number. This reduces OS jitter on the | 2626 | is the CPU number. This reduces OS jitter on the |
2627 | offloaded CPUs, which can be useful for HPC and | 2627 | offloaded CPUs, which can be useful for HPC and |
2628 | |||
2629 | real-time workloads. It can also improve energy | 2628 | real-time workloads. It can also improve energy |
2630 | efficiency for asymmetric multiprocessors. | 2629 | efficiency for asymmetric multiprocessors. |
2631 | 2630 | ||
@@ -2641,8 +2640,8 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
2641 | periodically wake up to do the polling. | 2640 | periodically wake up to do the polling. |
2642 | 2641 | ||
2643 | rcutree.blimit= [KNL] | 2642 | rcutree.blimit= [KNL] |
2644 | Set maximum number of finished RCU callbacks to process | 2643 | Set maximum number of finished RCU callbacks to |
2645 | in one batch. | 2644 | process in one batch. |
2646 | 2645 | ||
2647 | rcutree.rcu_fanout_leaf= [KNL] | 2646 | rcutree.rcu_fanout_leaf= [KNL] |
2648 | Increase the number of CPUs assigned to each | 2647 | Increase the number of CPUs assigned to each |
@@ -2661,8 +2660,8 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
2661 | value is one, and maximum value is HZ. | 2660 | value is one, and maximum value is HZ. |
2662 | 2661 | ||
2663 | rcutree.qhimark= [KNL] | 2662 | rcutree.qhimark= [KNL] |
2664 | Set threshold of queued | 2663 | Set threshold of queued RCU callbacks beyond which |
2665 | RCU callbacks over which batch limiting is disabled. | 2664 | batch limiting is disabled. |
2666 | 2665 | ||
2667 | rcutree.qlowmark= [KNL] | 2666 | rcutree.qlowmark= [KNL] |
2668 | Set threshold of queued RCU callbacks below which | 2667 | Set threshold of queued RCU callbacks below which |