diff options
author | Ingo Molnar <mingo@kernel.org> | 2014-02-27 07:06:55 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-02-27 07:06:55 -0500 |
commit | d2ae2e525ec4e5d58153fb7ff0c6e5873769fa73 (patch) | |
tree | 3379c713515d4073a45ecd18eb5dbd0cecd57e86 | |
parent | f207dbe63c61158c234e2e8929a3725a7f6b2b9b (diff) | |
parent | 70e0ac5f3683f48a8174a6f231a0f3097217c189 (diff) |
Merge branch 'core/urgent' into core/locking
It's not really a regression fix, so move it to the v3.15 queue.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-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 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 | ||
323 | hung_task_warning: | 323 | hung_task_warnings: |
324 | 324 | ||
325 | The maximum number of warnings to report. During a check interval | 325 | The maximum number of warnings to report. During a check interval |
326 | When this value is reached, no more the warnings will be reported. | 326 | if a hung task is detected, this value is decreased by 1. |
327 | When this value reaches 0, no more warnings will be reported. | ||
327 | This file shows up if CONFIG_DETECT_HUNG_TASK is enabled. | 328 | This 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. |