From: Marc Fiuczynski Date: Fri, 29 Jun 2007 00:19:13 +0000 (+0000) Subject: Revert to original version of the file. Will need to set the hangcheck X-Git-Tag: linux-2.6-22-1~56 X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=commitdiff_plain;h=18b05cccde78d1b5316844ab8cb24c7f149ee478 Revert to original version of the file. Will need to set the hangcheck timer from the boot command line. --- diff --git a/drivers/char/hangcheck-timer.c b/drivers/char/hangcheck-timer.c index 9e8d728e3..5d0aeddfa 100644 --- a/drivers/char/hangcheck-timer.c +++ b/drivers/char/hangcheck-timer.c @@ -58,7 +58,7 @@ static int hangcheck_tick = DEFAULT_IOFENCE_TICK; static int hangcheck_margin = DEFAULT_IOFENCE_MARGIN; -static int hangcheck_reboot = 1; /* Defaults to reboot */ +static int hangcheck_reboot; /* Defaults to not reboot */ static int hangcheck_dump_tasks; /* Defaults to not dumping SysRQ T */ /* options - modular */