diff options
author | Guo Ren <ren_guo@c-sky.com> | 2020-01-05 10:52:14 +0800 |
---|---|---|
committer | Paul Walmsley <paul.walmsley@sifive.com> | 2020-01-12 10:12:44 -0800 |
commit | dc6fcba72f0435b7884f2e92fd634bb9f78a2c60 (patch) | |
tree | dedfd6d441a9e9f2854a7bccc11bbaccc8580c40 /drivers | |
parent | 13cf4cf030183dd9a8731f3fe32456e83b6c7b68 (diff) |
riscv: Fixup obvious bug for fp-regs reset
CSR_MISA is defined in Privileged Architectures' spec: 3.1.1 Machine
ISA Register misa. Every bit:1 indicate a feature, so we should beqz
reset_done when there is no F/D bit in csr_misa register.
Signed-off-by: Guo Ren <ren_guo@c-sky.com>
[paul.walmsley@sifive.com: fix typo in commit message]
Fixes: 9e80635619b51 ("riscv: clear the instruction cache and all registers when booting")
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions