diff options
author | Zhenzhong Duan <zhenzhong.duan@oracle.com> | 2019-04-13 23:11:03 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.ibm.com> | 2019-05-28 12:02:16 -0400 |
commit | 588759a39145e18dd808341861d45d44383778b5 (patch) | |
tree | 39c3fa18fc1134153f26150be7ab25bae8c5ee19 | |
parent | de1dbcee433ccff3e0a37698c65b40542c9d4cf1 (diff) |
doc: Fixup definition of rcupdate.rcu_task_stall_timeout
A positive value of rcupdate.rcu_task_stall_timeout is an interval
in seconds rather than jiffies.
Signed-off-by: Zhenzhong Duan <zhenzhong.duan@oracle.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
-rw-r--r-- | Documentation/RCU/stallwarn.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/stallwarn.txt b/Documentation/RCU/stallwarn.txt index 1ab70c37921f..13e88fc00f01 100644 --- a/Documentation/RCU/stallwarn.txt +++ b/Documentation/RCU/stallwarn.txt | |||
@@ -153,7 +153,7 @@ rcupdate.rcu_task_stall_timeout | |||
153 | This boot/sysfs parameter controls the RCU-tasks stall warning | 153 | This boot/sysfs parameter controls the RCU-tasks stall warning |
154 | interval. A value of zero or less suppresses RCU-tasks stall | 154 | interval. A value of zero or less suppresses RCU-tasks stall |
155 | warnings. A positive value sets the stall-warning interval | 155 | warnings. A positive value sets the stall-warning interval |
156 | in jiffies. An RCU-tasks stall warning starts with the line: | 156 | in seconds. An RCU-tasks stall warning starts with the line: |
157 | 157 | ||
158 | INFO: rcu_tasks detected stalls on tasks: | 158 | INFO: rcu_tasks detected stalls on tasks: |
159 | 159 | ||