diff options
author | alc <alc@FreeBSD.org> | 2012-05-29 16:11:15 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2012-05-29 16:11:15 +0000 |
commit | 2af67ba17d227b74a372f364d76fbd221434ae84 (patch) | |
tree | 68cd650976dcb05024702f87083d0ee246f8f75c | |
parent | f7e9e0c9d7e0e0a1ade79f488773eee8d8698bbf (diff) | |
download | FreeBSD-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.)
-rw-r--r-- | sys/i386/xen/pmap.c | 1 |
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 |