From 08c49d655e52c45d2b0da8818d06656a68ecbdfe Mon Sep 17 00:00:00 2001 From: Xin LI Date: Fri, 8 Feb 2013 22:41:48 +0000 Subject: [PATCH] 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 --- sys/conf/NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index ff245ede261..5d26093f9fb 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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