taint: add explicit flag to show whether lock dep is still OK.
[deliverable/linux.git] / arch / s390 / kernel / traps.c
index 70ecfc5fe8f0acc87b7fe0036df511f283b22dbe..13dd63fba367e1ccd7b113f4ad2a6ebf25af7845 100644 (file)
@@ -271,7 +271,7 @@ void die(struct pt_regs *regs, const char *str)
        print_modules();
        show_regs(regs);
        bust_spinlocks(0);
-       add_taint(TAINT_DIE);
+       add_taint(TAINT_DIE, LOCKDEP_NOW_UNRELIABLE);
        spin_unlock_irq(&die_lock);
        if (in_interrupt())
                panic("Fatal exception in interrupt");
This page took 0.024891 seconds and 5 git commands to generate.