Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - L index

CONFIG_LAZY_SAVE_FPU: Save FPU state lazily

General informations

The Linux kernel configuration item CONFIG_LAZY_SAVE_FPU:

Help text

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.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - L index

Automatically generated (in year 2024). See also LKDDb sources on GitLab