]> Git Repo - linux.git/commitdiff
softlockup: Documentation/sysctl/kernel.txt: fix softlockup_thresh description
authorAndrew Morton <[email protected]>
Fri, 19 Sep 2008 08:56:23 +0000 (01:56 -0700)
committerIngo Molnar <[email protected]>
Fri, 19 Sep 2008 09:45:56 +0000 (11:45 +0200)
- s/s/seconds/

- s/10 seconds/60 seconds/

- Mention the zero-disables-it feature.

Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Documentation/sysctl/kernel.txt

index 276a7e6378227b5931be236104509fe62da2d4ad..e1ff0d920a5ce48b2a05d8f71584668e2817cf49 100644 (file)
@@ -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.
 
 ==============================================================
 
This page took 0.059084 seconds and 4 git commands to generate.