]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite453680760f46bdb957379ecb48d35a21a1103f1
treef501c76a53e813b709c8c733a83e1af6b21f49ce
parentf040cca4b0da0180bf9de9141ef5c95f60f85182
parent443a2f3bc87eac8f6559b685c364745c44564fd5
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