From 5221f12f01df3dad4e16eae36e8f54c9fd34fa70 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 1 Oct 2004 17:55:04 +0000 Subject: [PATCH] - reboot by default --- 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 83d6b37b3..764c6538e 100644 --- a/drivers/char/hangcheck-timer.c +++ b/drivers/char/hangcheck-timer.c @@ -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); -- 2.47.0