diff options
author | Dave Jones <davej@redhat.com> | 2007-07-16 02:41:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 12:05:47 -0400 |
commit | 97842216b8400fe9d1a20468959e2989180f8f79 (patch) | |
tree | 63d0d731e0e93d5ef9ac1a23734c60cd0f0664f2 /Documentation/kernel-parameters.txt | |
parent | ea5a3dcfda1c9140228f2842ea9b01e1713c559a (diff) |
Allow softlockup to be runtime disabled
It's useful sometimes to disable the softlockup checker at boottime.
Especially if it triggers during a distro install.
Signed-off-by: Dave Jones <davej@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index a571495a9ac6..789f97ac22bf 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1181,6 +1181,8 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1181 | 1181 | ||
1182 | nosmp [SMP] Tells an SMP kernel to act as a UP kernel. | 1182 | nosmp [SMP] Tells an SMP kernel to act as a UP kernel. |
1183 | 1183 | ||
1184 | nosoftlockup [KNL] Disable the soft-lockup detector. | ||
1185 | |||
1184 | nosync [HW,M68K] Disables sync negotiation for all devices. | 1186 | nosync [HW,M68K] Disables sync negotiation for all devices. |
1185 | 1187 | ||
1186 | notsc [BUGS=IA-32] Disable Time Stamp Counter | 1188 | notsc [BUGS=IA-32] Disable Time Stamp Counter |