From: Corey Minyard Date: Mon, 7 Nov 2005 09:00:05 +0000 (-0800) Subject: [PATCH] ipmi: fix watchdog timeout panic handling X-Git-Tag: v2.6.15-rc1~585 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b385676b355549afc9a7507ce09c7df47f166521;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed