forked from Imagelibrary/seL4
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
@@ -454,7 +454,7 @@ config_string(
|
||||
)
|
||||
|
||||
config_string(
|
||||
KernelStaticMaxBudgetUs KERNEL_STATIC_MAX_BUDGET_US
|
||||
KernelStaticMaxPeriodUs KERNEL_STATIC_MAX_PERIOD_US
|
||||
"Specifies a static maximum to which scheduling context can have \
|
||||
either its period or budget configured."
|
||||
DEFAULT 0
|
||||
|
||||
Reference in New Issue
Block a user