]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] IPMI: watchdog handle panic properly
authorCorey Minyard <minyard@acm.org>
Wed, 28 Jun 2006 11:26:55 +0000 (04:26 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 28 Jun 2006 21:59:06 +0000 (14:59 -0700)
commit96febe9fb7b04f2a078882d08bd6a997dee7cfa3
tree92f587109a90f142201748670ccf857a7af10135
parent1a245866f8a417250c0f82b16f7a6dcf0b812f58
[PATCH] IPMI: watchdog handle panic properly

Modify the watchdog timeout in IPMI to only do things at panic/reboot time if
the watchdog timer was already running.  Some BIOSes do not disable the
watchdog timer at startup, and this led to a reboot a while later if the new
OS running didn't start monitoring the watchdog, even if the watchdog was not
running before.

Signed-off-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/ipmi/ipmi_watchdog.c