Date: Thu, 29 Jun 2006 06:26:52 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 100267 for review Message-ID: <200606290626.k5T6Qqov016476@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100267 Change 100267 by kmacy@kmacy_storage:sun4v_work_stable on 2006/06/29 06:26:48 remove debug options from default config Affected files ... .. //depot/projects/kmacy_sun4v_stable/src/sys/sun4v/conf/GENERIC#2 edit Differences ... ==== //depot/projects/kmacy_sun4v_stable/src/sys/sun4v/conf/GENERIC#2 (text+ko) ==== @@ -66,12 +66,12 @@ options KDB_TRACE options DDB # Support DDB. #options GDB # Support remote GDB. -options INVARIANTS # Enable calls of extra sanity checking -options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS +#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 DEBUG_LOCKS -options DEBUG_VFS_LOCKS +#options DEBUG_LOCKS +#options DEBUG_VFS_LOCKS # To make an SMP kernel, the next line is needed options SMP # Symmetric MultiProcessor Kernel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606290626.k5T6Qqov016476>