[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1555211464-28652-1-git-send-email-zhenzhong.duan@oracle.com>
Date: Sun, 14 Apr 2019 11:11:03 +0800
From: Zhenzhong Duan <zhenzhong.duan@...cle.com>
To: linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org
Cc: paulmck@...ux.ibm.com, josh@...htriplett.org, rostedt@...dmis.org,
mathieu.desnoyers@...icios.com, jiangshanlai@...il.com,
joel@...lfernandes.org, corbet@....net, tglx@...utronix.de,
mingo@...nel.org, gregkh@...uxfoundation.org,
keescook@...omium.org, srinivas.eeda@...cle.com,
Zhenzhong Duan <zhenzhong.duan@...cle.com>
Subject: [PATCH 1/2] 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@...cle.com>
---
Documentation/RCU/stallwarn.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/RCU/stallwarn.txt b/Documentation/RCU/stallwarn.txt
index 1ab70c3..13e88fc 100644
--- a/Documentation/RCU/stallwarn.txt
+++ b/Documentation/RCU/stallwarn.txt
@@ -153,7 +153,7 @@ rcupdate.rcu_task_stall_timeout
This boot/sysfs parameter controls the RCU-tasks stall warning
interval. A value of zero or less suppresses RCU-tasks stall
warnings. A positive value sets the stall-warning interval
- in jiffies. An RCU-tasks stall warning starts with the line:
+ in seconds. An RCU-tasks stall warning starts with the line:
INFO: rcu_tasks detected stalls on tasks:
--
1.8.3.1
Powered by blists - more mailing lists