x86, mce: Add boot options for corrected errors
[deliverable/linux.git] / arch / x86 / kernel / cpu / mcheck / mce_intel_64.c
index b7c5a2470b404d4789599b09795898c567c5469d..046087e9808f1a88584b292db9bdf9c603bc723e 100644 (file)
@@ -57,6 +57,9 @@ static int cmci_supported(int *banks)
 {
        u64 cap;
 
+       if (mce_cmci_disabled || mce_ignore_ce)
+               return 0;
+
        /*
         * Vendor check is not strictly needed, but the initial
         * initialization is vendor keyed and this
This page took 0.042095 seconds and 5 git commands to generate.