svn commit: r279013 - head/sys/conf

Gleb Smirnoff glebius at FreeBSD.org
Thu Feb 19 17:03:14 UTC 2015


Author: glebius
Date: Thu Feb 19 17:03:13 2015
New Revision: 279013
URL: https://svnweb.freebsd.org/changeset/base/279013

Log:
  Use KTR_COMPILE=(KTR_ALL) for LINTs, to get more code coverage.

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Thu Feb 19 16:34:48 2015	(r279012)
+++ head/sys/conf/NOTES	Thu Feb 19 17:03:13 2015	(r279013)
@@ -495,7 +495,7 @@ options 	KTRACE_REQUEST_POOL=101
 options 	KTR
 options 	KTR_BOOT_ENTRIES=1024
 options 	KTR_ENTRIES=(128*1024)
-options 	KTR_COMPILE=(KTR_INTR|KTR_PROC)
+options 	KTR_COMPILE=(KTR_ALL)
 options 	KTR_MASK=KTR_INTR
 options 	KTR_CPUMASK=0x3
 options 	KTR_VERBOSE


More information about the svn-src-head mailing list