x86, MCA: Convert the next three variables batch
[deliverable/linux.git] / arch / x86 / kernel / cpu / mcheck / mce_intel.c
index 5f88abf07e9ccc2237b27fea29c57b4b59315a64..1acd8ecba1c345c273200eb4ec9a8a816a7d4c9d 100644 (file)
@@ -53,7 +53,7 @@ static int cmci_supported(int *banks)
 {
        u64 cap;
 
-       if (mce_cmci_disabled || mce_ignore_ce)
+       if (mca_cfg.cmci_disabled || mca_cfg.ignore_ce)
                return 0;
 
        /*
This page took 0.034574 seconds and 5 git commands to generate.