Skip to content

Commit

Permalink
lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUT
Browse files Browse the repository at this point in the history
Added missing _secs in the help message of config DEFAULT_HUNG_TASK_TIMEOUT.

Signed-off-by: Jiaju Zhang <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
jjzhang authored and torvalds committed Nov 1, 2011
1 parent d70ef97 commit c51eaac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,9 @@ config DEFAULT_HUNG_TASK_TIMEOUT
to determine when a task has become non-responsive and should
be considered hung.

It can be adjusted at runtime via the kernel.hung_task_timeout
sysctl or by writing a value to /proc/sys/kernel/hung_task_timeout.
It can be adjusted at runtime via the kernel.hung_task_timeout_secs
sysctl or by writing a value to
/proc/sys/kernel/hung_task_timeout_secs.

A timeout of 0 disables the check. The default is two minutes.
Keeping the default should be fine in most cases.
Expand Down

0 comments on commit c51eaac

Please sign in to comment.