This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / kernel / panic.c
index 37f3e82..290bf0d 100644 (file)
@@ -23,8 +23,8 @@
 #include <linux/kexec.h>
 #endif
 
-int panic_timeout = 900;
-int panic_on_oops = 1;
+int panic_timeout;
+int panic_on_oops;
 int tainted;
 void (*dump_function_ptr)(const char *, const struct pt_regs *) = 0;