taint: add explicit flag to show whether lock dep is still OK.
[deliverable/linux.git] / drivers / acpi / osl.c
index 3ff267861541f7570a5b110b7893e0cb012f5917..535e888bad78d29b83e3027b6c822a742cec117d 100644 (file)
@@ -661,7 +661,7 @@ static void acpi_table_taint(struct acpi_table_header *table)
        pr_warn(PREFIX
                "Override [%4.4s-%8.8s], this is unsafe: tainting kernel\n",
                table->signature, table->oem_table_id);
-       add_taint(TAINT_OVERRIDDEN_ACPI_TABLE);
+       add_taint(TAINT_OVERRIDDEN_ACPI_TABLE, LOCKDEP_NOW_UNRELIABLE);
 }
 
 
This page took 0.0387999999999999 seconds and 5 git commands to generate.