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

Commit 3ce62385 authored by Borislav Petkov's avatar Borislav Petkov Committed by Jonathan Corbet
Browse files

Documentation: Improve softlockup_panic= description text



It should say what that <integer> range is and what that integer value
means. I had to look at the code...

Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
[jc: changed non-null to nonzero]
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent d19cd4bb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3885,6 +3885,12 @@
			[KNL] Should the soft-lockup detector generate panics.
			Format: <integer>

			A nonzero value instructs the soft-lockup detector
			to panic the machine when a soft-lockup occurs. This
			is also controlled by CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC
			which is the respective build-time switch to that
			functionality.

	softlockup_all_cpu_backtrace=
			[KNL] Should the soft-lockup detector generate
			backtraces on all cpus.