svn commit: r246568 - head/sys/conf

Xin LI delphij at FreeBSD.org
Fri Feb 8 22:41:49 UTC 2013


Author: delphij
Date: Fri Feb  8 22:41:48 2013
New Revision: 246568
URL: http://svnweb.freebsd.org/changeset/base/246568

Log:
  In r246282 the KTR_ENTRIES was specified with syntax error, fix it so 'make
  universe' would work.
  
  MFC after:	12 days
  X-MFC-with:	r246282

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Fri Feb  8 22:23:22 2013	(r246567)
+++ head/sys/conf/NOTES	Fri Feb  8 22:41:48 2013	(r246568)
@@ -462,7 +462,7 @@ options 	KTRACE_REQUEST_POOL=101
 #
 options 	KTR
 options 	KTR_BOOT_ENTRIES=1024
-options 	KTR_ENTRIES=(128 * 1024)
+options 	KTR_ENTRIES=(128*1024)
 options 	KTR_COMPILE=(KTR_INTR|KTR_PROC)
 options 	KTR_MASK=KTR_INTR
 options 	KTR_CPUMASK=0x3


More information about the svn-src-head mailing list