taint: add explicit flag to show whether lock dep is still OK.
[deliverable/linux.git] / arch / x86 / kernel / cpu / mcheck / p5.c
index 2d5454cd2c4fdef4d775fdf7210c4f4885a77710..1c044b1ccc593cd973a321faa63edd7c27bd446b 100644 (file)
@@ -33,7 +33,7 @@ static void pentium_machine_check(struct pt_regs *regs, long error_code)
                        smp_processor_id());
        }
 
-       add_taint(TAINT_MACHINE_CHECK);
+       add_taint(TAINT_MACHINE_CHECK, LOCKDEP_NOW_UNRELIABLE);
 }
 
 /* Set up machine check reporting for processors with Intel style MCE: */
This page took 0.026635 seconds and 5 git commands to generate.