summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen/pmap.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2012-05-29 16:11:15 +0000
committeralc <alc@FreeBSD.org>2012-05-29 16:11:15 +0000
commit2af67ba17d227b74a372f364d76fbd221434ae84 (patch)
tree68cd650976dcb05024702f87083d0ee246f8f75c /sys/i386/xen/pmap.c
parentf7e9e0c9d7e0e0a1ade79f488773eee8d8698bbf (diff)
downloadFreeBSD-src-2af67ba17d227b74a372f364d76fbd221434ae84.zip
FreeBSD-src-2af67ba17d227b74a372f364d76fbd221434ae84.tar.gz
MFi386 pmap r233433
Disable detailed PV entry accounting by default. (A config option for enabling it was already introduced in r233433.)
Diffstat (limited to 'sys/i386/xen/pmap.c')
-rw-r--r--sys/i386/xen/pmap.c1
1 files changed, 0 insertions, 1 deletions
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
OpenPOWER on IntegriCloud