mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
Rename MAX_BUDGET to MAX_PERIOD
As this variable bounds both the period and the budget and the period itself bounds the budget, the name for this variable would be more appropriately named 'MAX_PERIOD' Signed-off-by: Curtis Millar <curtis.millar@data61.csiro.au>
This commit is contained in:
committed by
Curtis Millar
parent
f2c96c3246
commit
295a5b2818
@@ -22,5 +22,5 @@ set(KernelPrinting OFF CACHE BOOL "")
|
||||
set(KernelNumDomains 16 CACHE STRING "")
|
||||
set(KernelMaxNumBootinfoUntypedCap 166 CACHE STRING "")
|
||||
set(KernelIsMCS ON CACHE BOOL "")
|
||||
set(KernelStaticMaxBudgetUs "(60 * 60 * MS_IN_S * US_IN_MS)" CACHE STRING "")
|
||||
set(KernelStaticMaxPeriodUs "(60 * 60 * MS_IN_S * US_IN_MS)" CACHE STRING "")
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/seL4Config.cmake)
|
||||
|
||||
@@ -25,7 +25,7 @@ set(KernelMaxNumBootinfoUntypedCap 166 CACHE STRING "")
|
||||
set(KernelRootCNodeSizeBits 19 CACHE STRING "")
|
||||
set(KernelMaxNumBootinfoUntypedCaps 50 CACHE STRING "")
|
||||
set(KernelIsMCS ON CACHE BOOL "")
|
||||
set(KernelStaticMaxBudgetUs "(60 * 60 * MS_IN_S * US_IN_MS)" CACHE STRING "")
|
||||
set(KernelStaticMaxPeriodUs "(60 * 60 * MS_IN_S * US_IN_MS)" CACHE STRING "")
|
||||
set(KernelClzNoBuiltin ON CACHE BOOL "")
|
||||
set(KernelCtzNoBuiltin ON CACHE BOOL "")
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/seL4Config.cmake)
|
||||
|
||||
Reference in New Issue
Block a user