mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
config typo: KernelMaxNumBootinfoUntypedCap
The verified configs have a typo in the name of the KernelMaxNumBootinfoUntypedCaps setting, which is then ignored by the build system and the default is used if not otherwise set. Remove the instances that have been ignored so far and replace with the default value if they are not otherwise set. This means there is no actual config change. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
committed by
Gerwin Klein
parent
07a8263a9d
commit
f11b2a58ef
@@ -21,6 +21,5 @@ set(KernelDangerousCodeInjection OFF CACHE BOOL "")
|
||||
set(KernelFastpath ON CACHE BOOL "")
|
||||
set(KernelPrinting OFF CACHE BOOL "")
|
||||
set(KernelNumDomains 16 CACHE STRING "")
|
||||
set(KernelMaxNumBootinfoUntypedCap 166 CACHE STRING "")
|
||||
set(KernelRootCNodeSizeBits 19 CACHE STRING "")
|
||||
set(KernelMaxNumBootinfoUntypedCaps 50 CACHE STRING "")
|
||||
|
||||
@@ -22,6 +22,6 @@ set(KernelDangerousCodeInjection OFF CACHE BOOL "")
|
||||
set(KernelFastpath ON CACHE BOOL "")
|
||||
set(KernelPrinting OFF CACHE BOOL "")
|
||||
set(KernelNumDomains 16 CACHE STRING "")
|
||||
set(KernelMaxNumBootinfoUntypedCap 166 CACHE STRING "")
|
||||
set(KernelMaxNumBootinfoUntypedCaps 230 CACHE STRING "")
|
||||
set(KernelIsMCS ON CACHE BOOL "")
|
||||
set(KernelStaticMaxPeriodUs "(60 * 60 * MS_IN_S * US_IN_MS)" CACHE STRING "")
|
||||
|
||||
@@ -22,4 +22,3 @@ set(KernelDangerousCodeInjection OFF CACHE BOOL "")
|
||||
set(KernelFastpath ON CACHE BOOL "")
|
||||
set(KernelPrinting OFF CACHE BOOL "")
|
||||
set(KernelNumDomains 16 CACHE STRING "")
|
||||
set(KernelMaxNumBootinfoUntypedCap 166 CACHE STRING "")
|
||||
|
||||
@@ -23,7 +23,6 @@ set(KernelDangerousCodeInjection OFF CACHE BOOL "")
|
||||
set(KernelFastpath ON CACHE BOOL "")
|
||||
set(KernelPrinting OFF CACHE BOOL "")
|
||||
set(KernelNumDomains 16 CACHE STRING "")
|
||||
set(KernelMaxNumBootinfoUntypedCap 166 CACHE STRING "")
|
||||
set(KernelRootCNodeSizeBits 19 CACHE STRING "")
|
||||
set(KernelMaxNumBootinfoUntypedCaps 50 CACHE STRING "")
|
||||
set(KernelIsMCS ON CACHE BOOL "")
|
||||
|
||||
@@ -23,7 +23,6 @@ set(KernelDangerousCodeInjection OFF CACHE BOOL "")
|
||||
set(KernelFastpath ON CACHE BOOL "")
|
||||
set(KernelPrinting OFF CACHE BOOL "")
|
||||
set(KernelNumDomains 16 CACHE STRING "")
|
||||
set(KernelMaxNumBootinfoUntypedCap 166 CACHE STRING "")
|
||||
set(KernelRootCNodeSizeBits 19 CACHE STRING "")
|
||||
set(KernelMaxNumBootinfoUntypedCaps 50 CACHE STRING "")
|
||||
set(KernelClzNoBuiltin ON CACHE BOOL "")
|
||||
|
||||
@@ -20,7 +20,6 @@ set(KernelDangerousCodeInjection OFF CACHE BOOL "")
|
||||
set(KernelFastpath ON CACHE BOOL "")
|
||||
set(KernelPrinting OFF CACHE BOOL "")
|
||||
set(KernelNumDomains 16 CACHE STRING "")
|
||||
set(KernelMaxNumBootinfoUntypedCap 166 CACHE STRING "")
|
||||
set(KernelRootCNodeSizeBits 19 CACHE STRING "")
|
||||
set(KernelMaxNumBootinfoUntypedCaps 50 CACHE STRING "")
|
||||
set(KernelFSGSBase "inst" CACHE STRING "")
|
||||
|
||||
Reference in New Issue
Block a user