Module Name: src Committed By: matt Date: Tue Jan 18 01:20:06 UTC 2011
Modified Files: src/sys/common/pmap/tlb: pmap.c Log Message: Remove forced DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/common/pmap/tlb/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/common/pmap/tlb/pmap.c diff -u src/sys/common/pmap/tlb/pmap.c:1.2 src/sys/common/pmap/tlb/pmap.c:1.3 --- src/sys/common/pmap/tlb/pmap.c:1.2 Tue Jan 18 01:11:50 2011 +++ src/sys/common/pmap/tlb/pmap.c Tue Jan 18 01:20:06 2011 @@ -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 <sys/cdefs.h> -__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 @@ #include <uvm/uvm.h> -#define DEBUG 1 - #define PMAP_COUNT(name) (pmap_evcnt_##name.ev_count++ + 0) #define PMAP_COUNTER(name, desc) \ static struct evcnt pmap_evcnt_##name = \