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
This commit is contained in:
Xin LI 2013-02-08 22:41:48 +00:00
parent 2d8a425be0
commit 08c49d655e

View file

@ -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