diff --git a/sys/common/pmap/tlb/pmap.c b/sys/common/pmap/tlb/pmap.c index dac11930cfd7..1e01f2026535 100644 --- a/sys/common/pmap/tlb/pmap.c +++ b/sys/common/pmap/tlb/pmap.c @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.2 2011/01/18 01:11:50 matt Exp $ */ +/* $NetBSD: pmap.c,v 1.3 2011/01/18 01:20:06 matt Exp $ */ /*- * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc. @@ -67,7 +67,7 @@ #include -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.2 2011/01/18 01:11:50 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.3 2011/01/18 01:20:06 matt Exp $"); /* * Manages physical address maps. @@ -113,8 +113,6 @@ __KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.2 2011/01/18 01:11:50 matt Exp $"); #include -#define DEBUG 1 - #define PMAP_COUNT(name) (pmap_evcnt_##name.ev_count++ + 0) #define PMAP_COUNTER(name, desc) \ static struct evcnt pmap_evcnt_##name = \