forked from Imagelibrary/seL4
mcs: tickless scheduler implementation
This changes the budget/remaining fields in scheduling contexts to contain timer ticks, not number of abstract sel4ticks. seL4_SchedControl_Configure now takes microseconds, not ticks. This commit is plat-independant - the platform and arch specific timer code follows in later commits.
This commit is contained in:
@@ -209,7 +209,8 @@ config_string(
|
||||
config_string(
|
||||
KernelTimerTickMS TIMER_TICK_MS "Timer tick period in milliseconds"
|
||||
DEFAULT 2
|
||||
UNQUOTE UNDEF_DISABLED
|
||||
UNQUOTE
|
||||
DEPENDS "NOT KernelIsMCS" UNDEF_DISABLED
|
||||
)
|
||||
config_string(
|
||||
KernelTimeSlice TIME_SLICE "Number of timer ticks until a thread is preempted."
|
||||
|
||||
Reference in New Issue
Block a user