Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b7ecb5d authored by Andrew Morton's avatar Andrew Morton Committed by Ingo Molnar
Browse files

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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent bc45eb89
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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.

==============================================================