[MIPS] time: Delete dead code.
[powerpc.git] / arch / m68k / kernel / traps.c
index a27a4fa..4e2752a 100644 (file)
@@ -1170,6 +1170,7 @@ void die_if_kernel (char *str, struct pt_regs *fp, int nr)
        console_verbose();
        printk("%s: %08x\n",str,nr);
        show_registers(fp);
+       add_taint(TAINT_DIE);
        do_exit(SIGSEGV);
 }