summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/sun4v/trap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sun4v/sun4v/trap.c')
-rw-r--r--sys/sun4v/sun4v/trap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sun4v/sun4v/trap.c b/sys/sun4v/sun4v/trap.c
index 75d5ce0..f04c424 100644
--- a/sys/sun4v/sun4v/trap.c
+++ b/sys/sun4v/sun4v/trap.c
@@ -366,7 +366,7 @@ trap(struct trapframe *tf, int64_t type, uint64_t data)
}
if (debugger_on_signal &&
(sig == 4 || sig == 10 || sig == 11))
- kdb_enter("trapsig");
+ kdb_enter(KDB_WHY_TRAPSIG, "trapsig");
#ifdef VERBOSE
if (sig == 4 || sig == 10 || sig == 11)
printf("trap: %ld:%s: 0x%lx at 0x%lx on cpu=%d sig=%d proc=%s\n",
OpenPOWER on IntegriCloud