diff options
author | Jiaju Zhang <jjzhang@suse.de> | 2011-10-31 20:10:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-31 20:30:51 -0400 |
commit | c51eaacce2ae6861e1ad8c80ade6102ad428dc93 (patch) | |
tree | 4eccca184f9114e7e1f9374e1055cb8c015822e1 /lib | |
parent | d70ef97baf048412c395bb5d65791d8fe133a52b (diff) |
lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUT
Added missing _secs in the help message of config DEFAULT_HUNG_TASK_TIMEOUT.
Signed-off-by: Jiaju Zhang <jjzhang@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index c583a57cddfe..82928f5ea049 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -248,8 +248,9 @@ config DEFAULT_HUNG_TASK_TIMEOUT | |||
248 | to determine when a task has become non-responsive and should | 248 | to determine when a task has become non-responsive and should |
249 | be considered hung. | 249 | be considered hung. |
250 | 250 | ||
251 | It can be adjusted at runtime via the kernel.hung_task_timeout | 251 | It can be adjusted at runtime via the kernel.hung_task_timeout_secs |
252 | sysctl or by writing a value to /proc/sys/kernel/hung_task_timeout. | 252 | sysctl or by writing a value to |
253 | /proc/sys/kernel/hung_task_timeout_secs. | ||
253 | 254 | ||
254 | A timeout of 0 disables the check. The default is two minutes. | 255 | A timeout of 0 disables the check. The default is two minutes. |
255 | Keeping the default should be fine in most cases. | 256 | Keeping the default should be fine in most cases. |