commit | 1b4dad433f6c24be724bc347ddddf34d413de23d | [log] [tgz] |
---|---|---|
author | Jim Shu <cwshu@andestech.com> | Wed May 19 02:43:13 2021 +0800 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Jun 08 11:47:02 2021 -0500 |
tree | a5a33c0eefd6729ea001a7f67b4ea74195332b50 | |
parent | 615371900ed4165fefa5c03f7b6df34ac18bdefa [diff] |
arch: riscv: enable FPU of threads in unshared FP mode In unshared FP mode, only 1 thread can use FPU but kernel doesn't know which one, so riscv arch would enable FPU of each thread. Signed-off-by: Jim Shu <cwshu@andestech.com>