From 18b05cccde78d1b5316844ab8cb24c7f149ee478 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Fri, 29 Jun 2007 00:19:13 +0000 Subject: [PATCH] Revert to original version of the file. Will need to set the hangcheck timer from the boot command line. --- drivers/char/hangcheck-timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.43.0