kconfig: Rename CONFIG_FP_SHARING to CONFIG_FPU_SHARING
This commit renames the Kconfig `FP_SHARING` symbol to `FPU_SHARING`, since this symbol specifically refers to the hardware FPU sharing support by means of FPU context preservation, and the "FP" prefix is not fully descriptive of that; leaving room for ambiguity. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
4aeea753b2
commit
aaf93205bb
44 changed files with 95 additions and 95 deletions
|
@ -117,7 +117,7 @@ config LAZY_FP_SHARING
|
|||
bool
|
||||
depends on FPU
|
||||
depends on !EAGER_FP_SHARING
|
||||
depends on FP_SHARING
|
||||
depends on FPU_SHARING
|
||||
default y if X86_NO_LAZY_FP || !USERSPACE
|
||||
help
|
||||
This hidden option allows multiple threads to use the floating point
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue