taint: add explicit flag to show whether lock dep is still OK.
[deliverable/linux.git] / arch / x86 / kernel / cpu / amd.c
index 15239fffd6fee747913a1f0e493c512885239379..5853e57523e536322c92ca28cd9f92ea81f76fc5 100644 (file)
@@ -220,8 +220,7 @@ static void __cpuinit amd_k7_smp_check(struct cpuinfo_x86 *c)
         */
        WARN_ONCE(1, "WARNING: This combination of AMD"
                " processors is not suitable for SMP.\n");
-       if (!test_taint(TAINT_UNSAFE_SMP))
-               add_taint(TAINT_UNSAFE_SMP);
+       add_taint(TAINT_UNSAFE_SMP, LOCKDEP_NOW_UNRELIABLE);
 
 valid_k7:
        ;
This page took 0.039805 seconds and 5 git commands to generate.