summaryrefslogtreecommitdiff
path: root/sys/arch/loongson/dev/bonito.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/loongson/dev/bonito.c')
-rw-r--r--sys/arch/loongson/dev/bonito.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/dev/bonito.c b/sys/arch/loongson/dev/bonito.c
index 7ccb4861f4f..0a0a1a42feb 100644
--- a/sys/arch/loongson/dev/bonito.c
+++ b/sys/arch/loongson/dev/bonito.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bonito.c,v 1.31 2016/03/06 19:42:27 mpi Exp $ */
+/* $OpenBSD: bonito.c,v 1.32 2017/04/30 16:45:45 mpi Exp $ */
/* $NetBSD: bonito_mainbus.c,v 1.11 2008/04/28 20:23:10 martin Exp $ */
/* $NetBSD: bonito_pci.c,v 1.5 2008/04/28 20:23:28 martin Exp $ */
@@ -714,7 +714,7 @@ bonito_intr_dispatch(uint64_t isr, int startbit, struct trapframe *frame)
REGVAL(BONITO_INTISR), REGVAL(BONITO_INTEN),
frame->ipl, bonito_imask[frame->ipl]);
#ifdef DDB
- Debugger();
+ db_enter();
#endif
#endif
}