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:
Curtis Millar
2021-02-02 10:01:21 +11:00
committed by Curtis Millar
parent f2c96c3246
commit 295a5b2818
6 changed files with 12 additions and 11 deletions

View File

@@ -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