Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/alpha Remove a debug message that should have...
details: https://anonhg.NetBSD.org/src/rev/acc330da1feb
branches: trunk
changeset: 520158:acc330da1feb
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Jan 03 22:43:05 2002 +0000
description:
Remove a debug message that should have gone away with the last
commit.
diffstat:
sys/arch/alpha/alpha/pmap.c | 14 ++------------
1 files changed, 2 insertions(+), 12 deletions(-)
diffs (35 lines):
diff -r c773de9b9471 -r acc330da1feb sys/arch/alpha/alpha/pmap.c
--- a/sys/arch/alpha/alpha/pmap.c Thu Jan 03 22:35:53 2002 +0000
+++ b/sys/arch/alpha/alpha/pmap.c Thu Jan 03 22:43:05 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.189 2002/01/02 00:51:33 chs Exp $ */
+/* $NetBSD: pmap.c,v 1.190 2002/01/03 22:43:05 thorpej Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -154,7 +154,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.189 2002/01/02 00:51:33 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.190 2002/01/03 22:43:05 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1520,16 +1520,6 @@
else
PMAP_SYNC_ISTREAM_USER(pmap);
}
-#ifdef DEBUG
- else {
- if (pmapdebug & PDB_PARANOIA) {
- printf("%s wired mapping for %lx not removed\n",
- "pmap_page_protect:", pa);
- printf("vm wire count %d\n",
- PHYS_TO_VM_PAGE(pa)->wire_count);
- }
- }
-#endif
PMAP_UNLOCK(pmap);
}
Home |
Main Index |
Thread Index |
Old Index