taint: add explicit flag to show whether lock dep is still OK.
[deliverable/linux.git] / arch / mips / kernel / traps.c
index cf7ac5483f5398e8f91b05c1615a7aab6efa6349..9007966d56d455e74b1dc2c5de4f1c04cb5cd5d5 100644 (file)
@@ -396,7 +396,7 @@ void __noreturn die(const char *str, struct pt_regs *regs)
 
        printk("%s[#%d]:\n", str, ++die_counter);
        show_registers(regs);
-       add_taint(TAINT_DIE);
+       add_taint(TAINT_DIE, LOCKDEP_NOW_UNRELIABLE);
        raw_spin_unlock_irq(&die_lock);
 
        oops_exit();
This page took 0.025171 seconds and 5 git commands to generate.