From f6daba832949c020e311a47a31aca967d6d00d1b Mon Sep 17 00:00:00 2001 From: Matthew D Fleming Date: Fri, 30 Jul 2010 20:25:04 +0000 Subject: [PATCH] Add MALLOC_DEBUG_MAXZONES=8 to powerpc64 GENERIC configuration file. Requested by: nwhitehorn Approved by: zml (mentor) --- sys/powerpc/conf/GENERIC64 | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64 index 52a8550e5794..e3f476ac3829 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