diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2008-09-19 04:56:23 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-19 05:45:56 -0400 |
commit | 3b7ecb5d2ffde82efd1b1bcc6780dc8a019acf02 (patch) | |
tree | 20fea0cd1d27d259a8bae6ea970e082df8fb213e | |
parent | bc45eb8950b8c14487385cfd2bda1613ca8d9703 (diff) |
softlockup: Documentation/sysctl/kernel.txt: fix softlockup_thresh description
- s/s/seconds/
- s/10 seconds/60 seconds/
- Mention the zero-disables-it feature.
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | Documentation/sysctl/kernel.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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. | |||
351 | 351 | ||
352 | softlockup_thresh: | 352 | softlockup_thresh: |
353 | 353 | ||
354 | This value can be used to lower the softlockup tolerance | 354 | This value can be used to lower the softlockup tolerance threshold. The |
355 | threshold. The default threshold is 10s. If a cpu is locked up | 355 | default threshold is 60 seconds. If a cpu is locked up for 60 seconds, |
356 | for 10s, the kernel complains. Valid values are 1-60s. | 356 | the kernel complains. Valid values are 1-60 seconds. Setting this |
357 | tunable to zero will disable the softlockup detection altogether. | ||
357 | 358 | ||
358 | ============================================================== | 359 | ============================================================== |
359 | 360 | ||