Module Name: src
Committed By: skrll
Date: Mon Apr 27 08:56:06 UTC 2009
Modified Files:
src/sys/arch/hppa/hppa [nick-hppapmap]: pmap.c
Log Message:
Enable a DPRINT
To generate a diff of this commit:
cvs rdiff -u -r1.43.8.54 -r1.43.8.55 src/sys/arch/hppa/hppa/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hppa/hppa/pmap.c
diff -u src/sys/arch/hppa/hppa/pmap.c:1.43.8.54 src/sys/arch/hppa/hppa/pmap.c:1.43.8.55
--- src/sys/arch/hppa/hppa/pmap.c:1.43.8.54 Mon Apr 27 08:25:30 2009
+++ src/sys/arch/hppa/hppa/pmap.c Mon Apr 27 08:56:06 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.43.8.54 2009/04/27 08:25:30 skrll Exp $ */
+/* $NetBSD: pmap.c,v 1.43.8.55 2009/04/27 08:56:06 skrll Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.43.8.54 2009/04/27 08:25:30 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.43.8.55 2009/04/27 08:56:06 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1845,11 +1845,9 @@
}
}
if (!(pte = pmap_pte_get(pde, va))) {
-#if 0
DPRINTF(PDB_FOLLOW|PDB_REMOVE,
("%s: unmapping unmapped 0x%x\n", __func__,
(int)va));
-#endif
continue;
}