aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/sysctl/kernel.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt
index e55124e7c40c..e1d28fbf7570 100644
--- a/Documentation/sysctl/kernel.txt
+++ b/Documentation/sysctl/kernel.txt
@@ -320,10 +320,11 @@ This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
320 320
321============================================================== 321==============================================================
322 322
323hung_task_warning: 323hung_task_warnings:
324 324
325The maximum number of warnings to report. During a check interval 325The maximum number of warnings to report. During a check interval
326When this value is reached, no more the warnings will be reported. 326if a hung task is detected, this value is decreased by 1.
327When this value reaches 0, no more warnings will be reported.
327This file shows up if CONFIG_DETECT_HUNG_TASK is enabled. 328This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
328 329
329-1: report an infinite number of warnings. 330-1: report an infinite number of warnings.