Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - L index
The Linux kernel configuration item CONFIG_LAZY_SAVE_FPU
:
CONFIG_FPU && ! CONFIG_SMP
Enable this to be lazy in the saving of the FPU state to the owning task's thread struct. This is useful if most tasks on the system don't use the FPU as only those tasks that use it will pass it between them, and the state needn't be saved for a task that isn't using it.
This can't be so easily used on SMP as the process that owns the FPU state on a CPU may be currently running on another CPU, so for the moment, it is disabled.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - L index
Automatically generated (in year 2025). See also LKDDb sources on GitLab