Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/common/pmap/tlb Remove forced DEBUG.



details:   https://anonhg.NetBSD.org/src/rev/a88be1e96723
branches:  trunk
changeset: 760979:a88be1e96723
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jan 18 01:20:06 2011 +0000

description:
Remove forced DEBUG.

diffstat:

 sys/common/pmap/tlb/pmap.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 2445de079eeb -r a88be1e96723 sys/common/pmap/tlb/pmap.c
--- a/sys/common/pmap/tlb/pmap.c        Tue Jan 18 01:13:03 2011 +0000
+++ b/sys/common/pmap/tlb/pmap.c        Tue Jan 18 01:20:06 2011 +0000
@@ -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 = \



Home | Main Index | Thread Index | Old Index