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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to