taint: add explicit flag to show whether lock dep is still OK.
[deliverable/linux.git] / arch / sparc / kernel / traps_64.c
index e7ecf1507d901cadecbc45cf881b6c22ebe7d293..8d38ca97aa23c45c305d3ffcf820eda0dfb08790 100644 (file)
@@ -2383,7 +2383,7 @@ void die_if_kernel(char *str, struct pt_regs *regs)
        notify_die(DIE_OOPS, str, regs, 0, 255, SIGSEGV);
        __asm__ __volatile__("flushw");
        show_regs(regs);
-       add_taint(TAINT_DIE);
+       add_taint(TAINT_DIE, LOCKDEP_NOW_UNRELIABLE);
        if (regs->tstate & TSTATE_PRIV) {
                struct thread_info *tp = current_thread_info();
                struct reg_window *rw = (struct reg_window *)
This page took 0.02522 seconds and 5 git commands to generate.