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:
Stephanos Ioannidis 2020-05-03 18:03:19 +09:00 committed by Ioannis Glaropoulos
commit aaf93205bb
44 changed files with 95 additions and 95 deletions

View file

@ -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