taint: add explicit flag to show whether lock dep is still OK.
[deliverable/linux.git] / arch / ia64 / kernel / traps.c
index bd42b76000d153f9cfdaa14958fca4117880779d..f7f9f9c6caf03b19e6dfd89f754146d8412421a7 100644 (file)
@@ -72,7 +72,7 @@ die (const char *str, struct pt_regs *regs, long err)
 
        bust_spinlocks(0);
        die.lock_owner = -1;
-       add_taint(TAINT_DIE);
+       add_taint(TAINT_DIE, LOCKDEP_NOW_UNRELIABLE);
        spin_unlock_irq(&die.lock);
 
        if (!regs)
This page took 0.029957 seconds and 5 git commands to generate.