]> err.no Git - linux-2.6/blobdiff - arch/alpha/kernel/traps.c
Merge master.kernel.org:/home/rmk/linux-2.6-arm
[linux-2.6] / arch / alpha / kernel / traps.c
index f9d12319e0fbba45ec9dc97cfd9e31e5581fadea..ec0f05e0d8ffc169567c0f78cbde1e194b7105db 100644 (file)
@@ -8,7 +8,6 @@
  * This file initializes the trap entry points
  */
 
-#include <linux/config.h>
 #include <linux/mm.h>
 #include <linux/sched.h>
 #include <linux/tty.h>
@@ -185,6 +184,7 @@ die_if_kernel(char * str, struct pt_regs *regs, long err, unsigned long *r9_15)
 #endif
        printk("%s(%d): %s %ld\n", current->comm, current->pid, str, err);
        dik_show_regs(regs, r9_15);
+       add_taint(TAINT_DIE);
        dik_show_trace((unsigned long *)(regs+1));
        dik_show_code((unsigned int *)regs->pc);