]> git.baikalelectronics.ru Git - kernel.git/commit
sparc64: Normalize NMI watchdog logging and behavior.
authorDavid S. Miller <davem@davemloft.net>
Sun, 4 May 2014 05:25:33 +0000 (22:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 4 May 2014 05:25:33 +0000 (22:25 -0700)
commit5e9294946de90f3f68ed15da939b31323bfe8364
tree048f1e0b0bccd49fff6090cdc232717af4d34b2b
parent096801e38cd7898956e7d5a9ddf8e7c3938ac4b7
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 <davem@davemloft.net>
arch/sparc/kernel/nmi.c