|
@@ -17,7 +17,7 @@
|
|
/* MC EDAC Controls, setable by module parameter, and sysfs */
|
|
/* MC EDAC Controls, setable by module parameter, and sysfs */
|
|
static int edac_mc_log_ue = 1;
|
|
static int edac_mc_log_ue = 1;
|
|
static int edac_mc_log_ce = 1;
|
|
static int edac_mc_log_ce = 1;
|
|
-static int edac_mc_panic_on_ue = 0;
|
|
|
|
|
|
+static int edac_mc_panic_on_ue;
|
|
static int edac_mc_poll_msec = 1000;
|
|
static int edac_mc_poll_msec = 1000;
|
|
|
|
|
|
/* Getter functions for above */
|
|
/* Getter functions for above */
|