mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
2d8a425be0
commit
08c49d655e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue