From fe8913a0ef00243f42fd2eb569128163ccf37402 Mon Sep 17 00:00:00 2001 From: Jiaju Zhang Date: Mon, 31 Oct 2011 17:10:07 -0700 Subject: [PATCH] --- yaml --- r: 272173 b: refs/heads/master c: c51eaacce2ae6861e1ad8c80ade6102ad428dc93 h: refs/heads/master i: 272171: ffca8b86dc73535356287cec1c8bba5c77f85cf9 v: v3 --- [refs] | 2 +- trunk/lib/Kconfig.debug | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5ef5fd2aec63..48e7e6456fbb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d70ef97baf048412c395bb5d65791d8fe133a52b +refs/heads/master: c51eaacce2ae6861e1ad8c80ade6102ad428dc93 diff --git a/trunk/lib/Kconfig.debug b/trunk/lib/Kconfig.debug index c583a57cddfe..82928f5ea049 100644 --- a/trunk/lib/Kconfig.debug +++ b/trunk/lib/Kconfig.debug @@ -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.