Revert to original version of the file. Will need to set the hangcheck
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 29 Jun 2007 00:19:13 +0000 (00:19 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 29 Jun 2007 00:19:13 +0000 (00:19 +0000)
timer from the boot command line.

drivers/char/hangcheck-timer.c

index 9e8d728..5d0aedd 100644 (file)
@@ -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 */