[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)
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>

No differences found