summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/alpha/interrupt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/alpha/alpha/interrupt.c b/sys/alpha/alpha/interrupt.c
index 20f621e..cb796c6 100644
--- a/sys/alpha/alpha/interrupt.c
+++ b/sys/alpha/alpha/interrupt.c
@@ -234,7 +234,9 @@ fatal:
printf(" pid = %d, comm = %s\n", curproc->p_pid,
curproc->p_comm);
printf("\n");
+#ifdef DDB
kdb_trap(mces, vector, param, ALPHA_KENTRY_MM, framep);
+#endif
panic("machine check");
}
OpenPOWER on IntegriCloud