svn commit: r210663 - head/sys/powerpc/conf

Matthew D Fleming mdf at FreeBSD.org
Fri Jul 30 20:25:05 UTC 2010


Author: mdf
Date: Fri Jul 30 20:25:04 2010
New Revision: 210663
URL: http://svn.freebsd.org/changeset/base/210663

Log:
  Add MALLOC_DEBUG_MAXZONES=8 to powerpc64 GENERIC configuration file.
  
  Requested by:    nwhitehorn
  Approved by:     zml (mentor)

Modified:
  head/sys/powerpc/conf/GENERIC64

Modified: head/sys/powerpc/conf/GENERIC64
==============================================================================
--- head/sys/powerpc/conf/GENERIC64	Fri Jul 30 20:20:14 2010	(r210662)
+++ head/sys/powerpc/conf/GENERIC64	Fri Jul 30 20:25:04 2010	(r210663)
@@ -73,6 +73,7 @@ options 	INVARIANTS		#Enable calls of ex
 options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
 options 	WITNESS			#Enable checks to detect deadlocks and cycles
 options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
+options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
 
 # To make an SMP kernel, the next line is needed
 #options 	SMP			# Symmetric MultiProcessor Kernel


More information about the svn-src-head mailing list