From 2af67ba17d227b74a372f364d76fbd221434ae84 Mon Sep 17 00:00:00 2001 From: alc Date: Tue, 29 May 2012 16:11:15 +0000 Subject: MFi386 pmap r233433 Disable detailed PV entry accounting by default. (A config option for enabling it was already introduced in r233433.) --- sys/i386/xen/pmap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/i386/xen/pmap.c') diff --git a/sys/i386/xen/pmap.c b/sys/i386/xen/pmap.c index 0f25e3c..8ff2a13 100644 --- a/sys/i386/xen/pmap.c +++ b/sys/i386/xen/pmap.c @@ -179,7 +179,6 @@ __FBSDID("$FreeBSD$"); #define PMAP_INLINE #endif -#define PV_STATS #ifdef PV_STATS #define PV_STAT(x) do { x ; } while (0) #else -- cgit v1.1