[PATCH] Fix watchdog drivers to call emergency_reboot()
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 26 Jul 2005 17:53:19 +0000 (11:53 -0600)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Jul 2005 21:35:43 +0000 (14:35 -0700)
commitf82567e55fcd25bb7addf2cfd8b79f36f409dc2e
treec579e6c540b10bfd69abc086f985fc066d2708fc
parent4de8b9b76017365572f778332d74fe050d9c8c2a
[PATCH] Fix watchdog drivers to call emergency_reboot()

If a watchdog driver has decided it is time to reboot the system
we know something is wrong and we are in interrupt context
so emergency_reboot() is what we want.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/watchdog/eurotechwdt.c
drivers/char/watchdog/softdog.c
drivers/char/watchdog/wdt.c
drivers/char/watchdog/wdt_pci.c