taint: add explicit flag to show whether lock dep is still OK.
[deliverable/linux.git] / arch / powerpc / kernel / traps.c
index 32518401af68d274be52d52cf9249505496d07a9..c579db859388ec6bafc27d377008e776be2f4077 100644 (file)
@@ -138,7 +138,7 @@ static void __kprobes oops_end(unsigned long flags, struct pt_regs *regs,
 {
        bust_spinlocks(0);
        die_owner = -1;
-       add_taint(TAINT_DIE);
+       add_taint(TAINT_DIE, LOCKDEP_NOW_UNRELIABLE);
        die_nest_count--;
        oops_exit();
        printk("\n");
This page took 0.036154 seconds and 5 git commands to generate.