RISC-V: Use the extension probing code to enable the FPU
authorPalmer Dabbelt <palmer@rivosinc.com>
Thu, 16 Jun 2022 19:28:34 +0000 (12:28 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 16 Jun 2022 19:28:34 +0000 (12:28 -0700)
commit89793a61d8e7fcd6c161180d692201fcf2b2b48d
treef501c76a53e813b709c8c733a83e1af6b21f49ce
parentf2906aa863381afb0015a9eb7fefad885d4e5a56
parent5d0fbbbe1d8742bfef7a1123f5c9577396765aa3
RISC-V: Use the extension probing code to enable the FPU

This pull the static key management code for the FPU into the generic
ISA extension probing code, so it can be used by other extensions that
need static keys.

* 'riscv-static_key' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/palmer/linux:
  riscv: switch has_fpu() to the unified static key mechanism
  riscv: introduce unified static key mechanism for ISA extensions