svn commit: r236243 - head/sys/i386/xen

Alan Cox alc at FreeBSD.org
Tue May 29 16:11:16 UTC 2012


Author: alc
Date: Tue May 29 16:11:15 2012
New Revision: 236243
URL: http://svn.freebsd.org/changeset/base/236243

Log:
  MFi386 pmap r233433
    Disable detailed PV entry accounting by default.  (A config option for
    enabling it was already introduced in r233433.)

Modified:
  head/sys/i386/xen/pmap.c

Modified: head/sys/i386/xen/pmap.c
==============================================================================
--- head/sys/i386/xen/pmap.c	Tue May 29 15:56:30 2012	(r236242)
+++ head/sys/i386/xen/pmap.c	Tue May 29 16:11:15 2012	(r236243)
@@ -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


More information about the svn-src-all mailing list