trivial/cmake: fix typo in description
Signed-off-by: Axel Heider <axel.heider@codasip.com>
This commit is contained in:
parent
62d9ef8228
commit
daf0afad71
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ config_string(
|
|||
KernelFPUMaxRestoresSinceSwitch FPU_MAX_RESTORES_SINCE_SWITCH
|
||||
"This option is a heuristic to attempt to detect when the FPU is no longer in use,\
|
||||
allowing the kernel to save the FPU state out so that the FPU does not have to be\
|
||||
enabled/disabled every thread swith. Every time we restore a thread and there is\
|
||||
enabled/disabled every thread switch. Every time we restore a thread and there is\
|
||||
active FPU state, we increment this setting and if it exceeds this threshold we\
|
||||
switch to the NULL state."
|
||||
DEFAULT 64
|
||||
|
|
|
|||
Loading…
Reference in a new issue