From c8023ea4519e4b5c82837349f7840308a918d1e8 Mon Sep 17 00:00:00 2001 From: "Dale S. Rahn" Date: Mon, 22 Mar 1999 02:41:22 +0000 Subject: Remove diagnotic that could (was frequently) causing crashes. this whole pmap could use replacing. --- sys/arch/powerpc/powerpc/pmap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/powerpc/powerpc/pmap.c b/sys/arch/powerpc/powerpc/pmap.c index 7b518d5b506..5e3083b880d 100644 --- a/sys/arch/powerpc/powerpc/pmap.c +++ b/sys/arch/powerpc/powerpc/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.8 1999/01/11 05:11:54 millert Exp $ */ +/* $OpenBSD: pmap.c,v 1.9 1999/03/22 02:41:21 rahnds Exp $ */ /* $NetBSD: pmap.c,v 1.1 1996/09/30 16:34:52 ws Exp $ */ /* @@ -927,9 +927,11 @@ pmap_remove_pv(pm, pteidx, va, pind, pte) pm->pm_stats.resident_count--; } } +#if 0 #ifdef DIAGNOSTIC else panic("pmap_remove_pv: not on list"); +#endif #endif } } -- cgit v1.2.3