Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 2010 20:25:04 +0000 (UTC)
From:      Matthew D Fleming <mdf@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210663 - head/sys/powerpc/conf
Message-ID:  <201007302025.o6UKP4kq065711@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007302025.o6UKP4kq065711>