From: Ingo Molnar Date: Mon, 12 May 2008 19:21:04 +0000 (+0200) Subject: softlockup: allow panic on lockup X-Git-Tag: v2.6.27-rc1~849^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c44bc03fff44ff04237a7d92e35304a0e50c331;p=pandora-kernel.git softlockup: allow panic on lockup allow users to configure the softlockup detector to generate a panic instead of a warning message. high-availability systems might opt for this strict method (combined with panic_timeout= boot option/sysctl), instead of generating softlockup warnings ad infinitum. also, automated tests work better if the system reboots reliably (into a safe kernel) in case of a lockup. The full spectrum of configurability is supported: boot option, sysctl option and Kconfig option. it's default-disabled. Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed