OSDN Git Service

Merge branch 'core/urgent' into core/locking
authorIngo Molnar <mingo@kernel.org>
Thu, 27 Feb 2014 12:06:55 +0000 (13:06 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 27 Feb 2014 12:06:55 +0000 (13:06 +0100)
It's not really a regression fix, so move it to the v3.15 queue.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Documentation/sysctl/kernel.txt

index e55124e..e1d28fb 100644 (file)
@@ -320,10 +320,11 @@ This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
 
 ==============================================================
 
-hung_task_warning:
+hung_task_warnings:
 
 The maximum number of warnings to report. During a check interval
-When this value is reached, no more the warnings will be reported.
+if a hung task is detected, this value is decreased by 1.
+When this value reaches 0, no more warnings will be reported.
 This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
 
 -1: report an infinite number of warnings.