commit | b385676b355549afc9a7507ce09c7df47f166521 | [log] [tgz] |
---|---|---|
author | Corey Minyard <minyard@acm.org> | Mon Nov 07 01:00:05 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Nov 07 07:53:45 2005 -0800 |
tree | f24226209eca4f67e2bacead4767be919a8557bf | |
parent | e61fb5b65150ace7192d1f0ce840fe4cd6285e73 [diff] |
[PATCH] ipmi: fix watchdog timeout panic handling If a panic came from the IPMI watchdog pretimeout and that was reported via an NMI, it would also be reported via the standard IPMI flags, which would get picked up when reporting panic events and cause another panic. This adds an atomic to avoid calling panic twice. Signed-off-by: Corey Minyard <cminyard@mvista.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>