Date: Fri, 2 Sep 2016 22:47:58 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r305311 - releng/11.0/sys/arm64/conf Message-ID: <201609022247.u82MlwUB041054@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Fri Sep 2 22:47:57 2016 New Revision: 305311 URL: https://svnweb.freebsd.org/changeset/base/305311 Log: Turn off debugging options in the arm64/aarch64 GENERIC kernel. This is a direct commit to releng/11.0. Approved by: re (bdrewery) Sponsored by: The FreeBSD Foundation Modified: releng/11.0/sys/arm64/conf/GENERIC Modified: releng/11.0/sys/arm64/conf/GENERIC ============================================================================== --- releng/11.0/sys/arm64/conf/GENERIC Fri Sep 2 22:21:28 2016 (r305310) +++ releng/11.0/sys/arm64/conf/GENERIC Fri Sep 2 22:47:57 2016 (r305311) @@ -75,15 +75,6 @@ options INTRNG # 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 GDB # Support remote GDB. -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 # SoC support options SOC_CAVM_THUNDERX
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609022247.u82MlwUB041054>