Remove forced DEBUG.

This commit is contained in:
matt 2011-01-18 01:20:06 +00:00
parent 773e544e8c
commit f82770bafc
1 changed files with 2 additions and 4 deletions

View File

@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.2 2011/01/18 01:11:50 matt Exp $");
#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 = \