svn commit: r242973 - projects/efika_mx/sys/arm/conf

Aleksandr Rybalko ray at FreeBSD.org
Tue Nov 13 14:35:54 UTC 2012


Author: ray
Date: Tue Nov 13 14:35:54 2012
New Revision: 242973
URL: http://svnweb.freebsd.org/changeset/base/242973

Log:
  Less debugging for Efika MX.
  It's too hard to reach multiuser with all that set on.
  
  Sponsored by:   FreeBSD Foundation

Modified:
  projects/efika_mx/sys/arm/conf/EFIKA_MX

Modified: projects/efika_mx/sys/arm/conf/EFIKA_MX
==============================================================================
--- projects/efika_mx/sys/arm/conf/EFIKA_MX	Tue Nov 13 14:32:43 2012	(r242972)
+++ projects/efika_mx/sys/arm/conf/EFIKA_MX	Tue Nov 13 14:35:54 2012	(r242973)
@@ -26,7 +26,7 @@ makeoptions	MODULES_OVERRIDE=""
 makeoptions 	WITHOUT_MODULES="ahc"
 
 makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
-options 	DEBUG
+#options 	DEBUG
 
 options 	SCHED_4BSD		# 4BSD scheduler
 #options 	PREEMPTION		# Enable kernel thread preemption
@@ -81,10 +81,10 @@ options 	KDB			# Enable kernel debugger 
 # For full debugger support use this instead:
 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 	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
 
 # The `bpf' device enables the Berkeley Packet Filter.
 # Be aware of the administrative consequences of enabling this!


More information about the svn-src-projects mailing list