From: kstailey Date: Mon, 3 Feb 1997 23:32:22 +0000 (+0000) Subject: remove DDB hack X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=02b596e8c7ea3a0ae54fa1267c3eccd2c6a69242;p=openbsd remove DDB hack --- 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.