From: David S. Miller Date: Sun, 4 May 2014 05:25:33 +0000 (-0700) Subject: sparc64: Normalize NMI watchdog logging and behavior. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~211^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16ce8a30e6102d7aabd4e4518d255f330290fa3f;p=pandora-kernel.git sparc64: Normalize NMI watchdog logging and behavior. Bring this code in line with the perf based generic NMI watchdog in kernel/watchdog.c (which we should convert over to at some point). In particular, don't do anything super fancy when the watchdog triggers, and specifically don't do a do_exit() which only makes things worse. Either panic(), or WARN(). The latter of which will do all of the actions such as give us a stack backtrace. Signed-off-by: David S. Miller --- Reading git-diff-tree failed