forked from Imagelibrary/seL4
cmake: fix style issues
Signed-off-by: Axel Heider <axel.heider@codasip.com>
This commit is contained in:
committed by
Indan Zupancic
parent
600ea414e0
commit
62d9ef8228
19
config.cmake
19
config.cmake
@@ -248,20 +248,23 @@ config_string(
|
|||||||
KernelTimerTickMS TIMER_TICK_MS "Timer tick period in milliseconds"
|
KernelTimerTickMS TIMER_TICK_MS "Timer tick period in milliseconds"
|
||||||
DEFAULT 2
|
DEFAULT 2
|
||||||
UNQUOTE
|
UNQUOTE
|
||||||
DEPENDS "NOT KernelIsMCS" UNDEF_DISABLED
|
DEPENDS "NOT KernelIsMCS"
|
||||||
|
UNDEF_DISABLED
|
||||||
)
|
)
|
||||||
config_string(
|
config_string(
|
||||||
KernelTimeSlice TIME_SLICE "Number of timer ticks until a thread is preempted."
|
KernelTimeSlice TIME_SLICE "Number of timer ticks until a thread is preempted."
|
||||||
DEFAULT 5
|
DEFAULT 5
|
||||||
UNQUOTE
|
UNQUOTE
|
||||||
DEPENDS "NOT KernelIsMCS" UNDEF_DISABLED
|
DEPENDS "NOT KernelIsMCS"
|
||||||
|
UNDEF_DISABLED
|
||||||
)
|
)
|
||||||
config_string(
|
config_string(
|
||||||
KernelBootThreadTimeSlice BOOT_THREAD_TIME_SLICE
|
KernelBootThreadTimeSlice BOOT_THREAD_TIME_SLICE
|
||||||
"Number of milliseconds until the boot thread is preempted."
|
"Number of milliseconds until the boot thread is preempted."
|
||||||
DEFAULT 5
|
DEFAULT 5
|
||||||
UNQUOTE
|
UNQUOTE
|
||||||
DEPENDS "KernelIsMCS" UNDEF_DISABLED
|
DEPENDS "KernelIsMCS"
|
||||||
|
UNDEF_DISABLED
|
||||||
)
|
)
|
||||||
config_string(
|
config_string(
|
||||||
KernelRetypeFanOutLimit RETYPE_FAN_OUT_LIMIT
|
KernelRetypeFanOutLimit RETYPE_FAN_OUT_LIMIT
|
||||||
@@ -357,8 +360,8 @@ config_string(
|
|||||||
active FPU state, we increment this setting and if it exceeds this threshold we\
|
active FPU state, we increment this setting and if it exceeds this threshold we\
|
||||||
switch to the NULL state."
|
switch to the NULL state."
|
||||||
DEFAULT 64
|
DEFAULT 64
|
||||||
DEPENDS "KernelHaveFPU" UNDEF_DISABLED
|
DEPENDS "KernelHaveFPU"
|
||||||
UNQUOTE
|
UNDEF_DISABLED UNQUOTE
|
||||||
)
|
)
|
||||||
|
|
||||||
config_option(
|
config_option(
|
||||||
@@ -543,7 +546,8 @@ config_string(
|
|||||||
that can be fiddled with when running inside a simulator."
|
that can be fiddled with when running inside a simulator."
|
||||||
DEFAULT 1
|
DEFAULT 1
|
||||||
UNQUOTE
|
UNQUOTE
|
||||||
DEPENDS "KernelIsMCS" UNDEF_DISABLED
|
DEPENDS "KernelIsMCS"
|
||||||
|
UNDEF_DISABLED
|
||||||
)
|
)
|
||||||
|
|
||||||
config_string(
|
config_string(
|
||||||
@@ -552,7 +556,8 @@ config_string(
|
|||||||
either its period or budget configured."
|
either its period or budget configured."
|
||||||
DEFAULT 0
|
DEFAULT 0
|
||||||
UNQUOTE
|
UNQUOTE
|
||||||
DEPENDS "KernelIsMCS" UNDEF_DISABLED
|
DEPENDS "KernelIsMCS"
|
||||||
|
UNDEF_DISABLED
|
||||||
)
|
)
|
||||||
|
|
||||||
config_option(
|
config_option(
|
||||||
|
|||||||
Reference in New Issue
Block a user