Commit 8ae34ea7 authored by Harish Jenny K N's avatar Harish Jenny K N Committed by Jiri Kosina

lockup-watchdogs: Fix a typo

s/BOOTPARAM_HARDLOCKUP_PANIC/BOOTPARAM_SOFTLOCKUP_PANIC
Signed-off-by: default avatarHarish Jenny K N <harish_kandiga@mentor.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 924064e9
...@@ -12,7 +12,7 @@ stack trace is displayed upon detection and, by default, the system ...@@ -12,7 +12,7 @@ stack trace is displayed upon detection and, by default, the system
will stay locked up. Alternatively, the kernel can be configured to will stay locked up. Alternatively, the kernel can be configured to
panic; a sysctl, "kernel.softlockup_panic", a kernel parameter, panic; a sysctl, "kernel.softlockup_panic", a kernel parameter,
"softlockup_panic" (see "Documentation/kernel-parameters.txt" for "softlockup_panic" (see "Documentation/kernel-parameters.txt" for
details), and a compile option, "BOOTPARAM_HARDLOCKUP_PANIC", are details), and a compile option, "BOOTPARAM_SOFTLOCKUP_PANIC", are
provided for this. provided for this.
A 'hardlockup' is defined as a bug that causes the CPU to loop in A 'hardlockup' is defined as a bug that causes the CPU to loop in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment