- delay 15 minutes before rebooting the machine after a panic
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 1 Oct 2004 17:52:44 +0000 (17:52 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 1 Oct 2004 17:52:44 +0000 (17:52 +0000)
kernel/panic.c

index 290bf0d..37f3e82 100644 (file)
@@ -23,8 +23,8 @@
 #include <linux/kexec.h>
 #endif
 
-int panic_timeout;
-int panic_on_oops;
+int panic_timeout = 900;
+int panic_on_oops = 1;
 int tainted;
 void (*dump_function_ptr)(const char *, const struct pt_regs *) = 0;