adding the patch file too
[linux-2.6.git] / linux-2.6-650-hangcheck-reboot.patch
1 diff -Nurp linux-2.6.22-640/drivers/char/hangcheck-timer.c linux-2.6.22-650/drivers/char/hangcheck-timer.c
2 --- linux-2.6.22-640/drivers/char/hangcheck-timer.c     2007-07-08 19:32:17.000000000 -0400
3 +++ linux-2.6.22-650/drivers/char/hangcheck-timer.c     2008-06-25 14:44:10.000000000 -0400
4 @@ -57,7 +57,7 @@
5  
6  static int hangcheck_tick = DEFAULT_IOFENCE_TICK;
7  static int hangcheck_margin = DEFAULT_IOFENCE_MARGIN;
8 -static int hangcheck_reboot;  /* Defaults to not reboot */
9 +static int hangcheck_reboot = 1;  /* Defaults to reboot */
10  static int hangcheck_dump_tasks;  /* Defaults to not dumping SysRQ T */
11  
12  /* options - modular */