Date: Tue, 13 Nov 2012 14:35:54 +0000 (UTC) From: Aleksandr Rybalko <ray@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r242973 - projects/efika_mx/sys/arm/conf Message-ID: <201211131435.qADEZsTU063040@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211131435.qADEZsTU063040>