summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authormdf <mdf@FreeBSD.org>2010-07-30 20:25:04 +0000
committermdf <mdf@FreeBSD.org>2010-07-30 20:25:04 +0000
commit037804af9d4e3734008ac04bb4cb6ef4dbb761de (patch)
tree693e6c7f7aaeaae44cd91423d7f84c5813301958 /sys/powerpc
parentd5b10f78d955340c41798576e4584884fbdaea1a (diff)
downloadFreeBSD-src-037804af9d4e3734008ac04bb4cb6ef4dbb761de.zip
FreeBSD-src-037804af9d4e3734008ac04bb4cb6ef4dbb761de.tar.gz
Add MALLOC_DEBUG_MAXZONES=8 to powerpc64 GENERIC configuration file.
Requested by: nwhitehorn Approved by: zml (mentor)
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/conf/GENERIC641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index 52a8550..e3f476a 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -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
OpenPOWER on IntegriCloud