diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-09-16 13:10:44 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-09-16 13:10:44 -0400 |
commit | 96b4672703ed4538c7fc25de36df4415a0ee237c (patch) | |
tree | e5bb8f4c3eb41c5741a7b232cff8e502f6509fc3 /Documentation/kernel-parameters.txt | |
parent | e98d06dd6cd791b5138b0fc6c14a9c0b4d1f2e72 (diff) | |
parent | a53dd6a65668850493cce94395c1b88a015eb338 (diff) |
Merge branch 'rcu-tasks.2014.09.10a' into HEAD
rcu-tasks.2014.09.10a: Add RCU-tasks flavor of RCU.
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 0a104be4ad86..e1147bc62633 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -3000,6 +3000,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
3000 | rcupdate.rcu_cpu_stall_timeout= [KNL] | 3000 | rcupdate.rcu_cpu_stall_timeout= [KNL] |
3001 | Set timeout for RCU CPU stall warning messages. | 3001 | Set timeout for RCU CPU stall warning messages. |
3002 | 3002 | ||
3003 | rcupdate.rcu_task_stall_timeout= [KNL] | ||
3004 | Set timeout in jiffies for RCU task stall warning | ||
3005 | messages. Disable with a value less than or equal | ||
3006 | to zero. | ||
3007 | |||
3003 | rdinit= [KNL] | 3008 | rdinit= [KNL] |
3004 | Format: <full_path> | 3009 | Format: <full_path> |
3005 | Run specified binary instead of /init from the ramdisk, | 3010 | Run specified binary instead of /init from the ramdisk, |