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