From: Mark Huang Date: Fri, 1 Oct 2004 17:55:04 +0000 (+0000) Subject: - reboot by default X-Git-Tag: before-enable-kexec-patch~49 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5221f12f01df3dad4e16eae36e8f54c9fd34fa70;p=linux-2.6.git - reboot by default --- 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);