From 02b596e8c7ea3a0ae54fa1267c3eccd2c6a69242 Mon Sep 17 00:00:00 2001 From: kstailey Date: Mon, 3 Feb 1997 23:32:22 +0000 Subject: [PATCH] remove DDB hack --- sys/arch/sun3/sun3/trap.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sys/arch/sun3/sun3/trap.c b/sys/arch/sun3/sun3/trap.c index 5cf49706448..cd8d44bb1eb 100644 --- a/sys/arch/sun3/sun3/trap.c +++ b/sys/arch/sun3/sun3/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.11 1997/02/03 21:46:17 kstailey Exp $ */ +/* $OpenBSD: trap.c,v 1.12 1997/02/03 23:32:22 kstailey Exp $ */ /* $NetBSD: trap.c,v 1.63-1.65ish 1997/01/16 15:41:40 gwr Exp $ */ /* @@ -429,11 +429,6 @@ trap(type, code, v, frame) goto douret; case T_MMUFLT: /* kernel mode page fault */ -#ifdef DDB - /* Hack to avoid calling VM code from DDB. */ - if (db_recover != 0) - goto dopanic; -#endif /* * If we were doing profiling ticks or other user mode * stuff from interrupt code, Just Say No. -- 2.20.1