taint: add explicit flag to show whether lock dep is still OK.
[deliverable/linux.git] / arch / x86 / kernel / cpu / mtrr / generic.c
index e9fe907cd2495c9ad6a687f9b45a49c39a5ebd26..fa72a39e5d463a248a5b5a4a18f7860a1cbb8a77 100644 (file)
@@ -542,7 +542,7 @@ static void generic_get_mtrr(unsigned int reg, unsigned long *base,
 
                if (tmp != mask_lo) {
                        printk(KERN_WARNING "mtrr: your BIOS has configured an incorrect mask, fixing it.\n");
-                       add_taint(TAINT_FIRMWARE_WORKAROUND);
+                       add_taint(TAINT_FIRMWARE_WORKAROUND, LOCKDEP_STILL_OK);
                        mask_lo = tmp;
                }
        }
This page took 0.030035 seconds and 5 git commands to generate.