- reboot by default
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 1 Oct 2004 17:55:04 +0000 (17:55 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 1 Oct 2004 17:55:04 +0000 (17:55 +0000)
drivers/char/hangcheck-timer.c

index 83d6b37..764c653 100644 (file)
@@ -55,7 +55,7 @@
 
 static int hangcheck_tick = DEFAULT_IOFENCE_TICK;
 static int hangcheck_margin = DEFAULT_IOFENCE_MARGIN;
-static int hangcheck_reboot;  /* Defaults to not reboot */
+static int hangcheck_reboot = 1;  /* Defaults to reboot */
 
 /* Driver options */
 module_param(hangcheck_tick, int, 0);