Author: gjb
Date: Sun Jul 10 17:16:56 2016
New Revision: 302527
URL: https://svnweb.freebsd.org/changeset/base/302527

Log:
  Turn off WITNESS, INVARIANTS, etc., in the powerpc GENERIC64
  kernel configuration, missed after the stable/11 branch.
  
  Approved by:  re (kib)
  PR:           210974
  Sponsored by: The FreeBSD Foundation

Modified:
  stable/11/sys/powerpc/conf/GENERIC64

Modified: stable/11/sys/powerpc/conf/GENERIC64
==============================================================================
--- stable/11/sys/powerpc/conf/GENERIC64        Sun Jul 10 14:17:36 2016        
(r302526)
+++ stable/11/sys/powerpc/conf/GENERIC64        Sun Jul 10 17:16:56 2016        
(r302527)
@@ -82,14 +82,6 @@ options      INCLUDE_CONFIG_FILE     # Inclu
 # Debugging support.  Always need this:
 options        KDB                     # Enable kernel debugger support.
 options        KDB_TRACE               # Print a stack trace for a panic.
-# For full debugger support use (turn off in stable branch):
-options        DDB                     #Support DDB
-#options       DEADLKRES               #Enable the deadlock resolver
-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
 
 # Make an SMP-capable kernel by default
 options        SMP                     # Symmetric MultiProcessor Kernel
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to