X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=linux-2.6-650-hangcheck-reboot.patch;fp=linux-2.6-650-hangcheck-reboot.patch;h=398465d11fa2689480547e184ce7a3c0a850bcf5;hb=6ca3f484bde7b47226c7cba77232e8e118c989d3;hp=0000000000000000000000000000000000000000;hpb=662550bee395bb5c02b5cb54aaca9b1af5dd54c9;p=linux-2.6.git diff --git a/linux-2.6-650-hangcheck-reboot.patch b/linux-2.6-650-hangcheck-reboot.patch new file mode 100644 index 000000000..398465d11 --- /dev/null +++ b/linux-2.6-650-hangcheck-reboot.patch @@ -0,0 +1,12 @@ +diff -Nurp linux-2.6.22-640/drivers/char/hangcheck-timer.c linux-2.6.22-650/drivers/char/hangcheck-timer.c +--- linux-2.6.22-640/drivers/char/hangcheck-timer.c 2007-07-08 19:32:17.000000000 -0400 ++++ linux-2.6.22-650/drivers/char/hangcheck-timer.c 2008-06-25 14:44:10.000000000 -0400 +@@ -57,7 +57,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 */ + static int hangcheck_dump_tasks; /* Defaults to not dumping SysRQ T */ + + /* options - modular */