diff options
author | Li Zefan <lizefan@huawei.com> | 2013-05-17 10:31:35 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-05-28 11:28:20 +0200 |
commit | c0ffaf3655fab1909a920c8f30ba1722932d01bb (patch) | |
tree | b8367eb02e667a5523e5e9a6b524371bb7ec3580 /Documentation/sysctl | |
parent | 08825c90af6e4bb902b3a51abb0ae6530199f682 (diff) | |
download | op-kernel-dev-c0ffaf3655fab1909a920c8f30ba1722932d01bb.zip op-kernel-dev-c0ffaf3655fab1909a920c8f30ba1722932d01bb.tar.gz |
watchdog: Remove softlockup_thresh from Documentation
The old softlockup detector has been replaced with new lockup
detector long ago.
Signed-off-by: Li Zefan <lizefan@huawei.com>
Acked-by: Don Zickus <dzickus@redhat.com>
Link: http://lkml.kernel.org/r/51959687.9090305@huawei.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/sysctl')
-rw-r--r-- | Documentation/sysctl/kernel.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt index e8fabd6..bcff3f9 100644 --- a/Documentation/sysctl/kernel.txt +++ b/Documentation/sysctl/kernel.txt @@ -70,7 +70,6 @@ show up in /proc/sys/kernel: - shmall - shmmax [ sysv ipc ] - shmmni -- softlockup_thresh - stop-a [ SPARC only ] - sysrq ==> Documentation/sysrq.txt - tainted @@ -605,15 +604,6 @@ without users and with a dead originative process will be destroyed. ============================================================== -softlockup_thresh: - -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. - -============================================================== - tainted: Non-zero if the kernel has been tainted. Numeric values, which |