Date: Thu, 10 Mar 2011 17:26:36 +0000 (UTC) From: Sergey Kandaurov <pluknet@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r219454 - stable/8/sys/mips/conf Message-ID: <201103101726.p2AHQaxd050456@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pluknet Date: Thu Mar 10 17:26:36 2011 New Revision: 219454 URL: http://svn.freebsd.org/changeset/base/219454 Log: Unbreak mips OCTEON1: there's no options MALLOC_DEBUG_MAXZONES in stable/8. This is a direct commit to 8. Approved by: avg (mentor) Modified: stable/8/sys/mips/conf/OCTEON1 Modified: stable/8/sys/mips/conf/OCTEON1 ============================================================================== --- stable/8/sys/mips/conf/OCTEON1 Thu Mar 10 16:51:28 2011 (r219453) +++ stable/8/sys/mips/conf/OCTEON1 Thu Mar 10 17:26:36 2011 (r219454) @@ -91,7 +91,6 @@ options INVARIANTS # Enable calls of e 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 # Make an SMP-capable kernel by default options SMP # Symmetric MultiProcessor Kernel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103101726.p2AHQaxd050456>