]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/edac/skx_edac.c
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
[linux.git] / drivers / edac / skx_edac.c
index 79ef675e4d6f0525478d9980477e6a42c18d5b33..1159dba4671fef926afce7164cd278faf23c2e24 100644 (file)
@@ -1007,7 +1007,8 @@ static int skx_mce_check_error(struct notifier_block *nb, unsigned long val,
 }
 
 static struct notifier_block skx_mce_dec = {
-       .notifier_call = skx_mce_check_error,
+       .notifier_call  = skx_mce_check_error,
+       .priority       = MCE_PRIO_EDAC,
 };
 
 static void skx_remove(void)