| author | Andrew Morton
            <akpm@linux-foundation.org> 2008-09-22 20:57:51 UTC | 
| committer | Linus Torvalds
            <torvalds@linux-foundation.org> 2008-09-23 15:09:14 UTC | 
| parent | db203d53d474aa068984e409d807628f5841da1b | 
| Documentation/sysctl/kernel.txt | +4 | -3 | 
diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt index 276a7e63782..e1ff0d920a5 100644 --- a/Documentation/sysctl/kernel.txt +++ b/Documentation/sysctl/kernel.txt @@ -351,9 +351,10 @@ kernel. This value defaults to SHMMAX. softlockup_thresh: -This value can be used to lower the softlockup tolerance -threshold. The default threshold is 10s. If a cpu is locked up -for 10s, the kernel complains. Valid values are 1-60s. +This value can be used to lower the softlockup tolerance threshold. The +default threshold is 60 seconds. If a cpu is locked up for 60 seconds, +the kernel complains. Valid values are 1-60 seconds. Setting this +tunable to zero will disable the softlockup detection altogether. ==============================================================