git://git.onelab.eu
/
linux-2.6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a642bd3
)
- reboot by default
author
Mark Huang
<mlhuang@cs.princeton.edu>
Fri, 1 Oct 2004 17:55:04 +0000
(17:55 +0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Fri, 1 Oct 2004 17:55:04 +0000
(17:55 +0000)
drivers/char/hangcheck-timer.c
patch
|
blob
|
history
diff --git
a/drivers/char/hangcheck-timer.c
b/drivers/char/hangcheck-timer.c
index
83d6b37
..
764c653
100644
(file)
--- 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);