Add MALLOC_DEBUG_MAXZONES=8 to powerpc64 GENERIC configuration file.

Requested by:    nwhitehorn
Approved by:     zml (mentor)
This commit is contained in:
Matthew D Fleming 2010-07-30 20:25:04 +00:00
parent 684eaf44c0
commit f6daba8329
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210663

View File

@ -73,6 +73,7 @@ options INVARIANTS #Enable calls of extra sanity checking
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