commit | b2ffee7fe219d46de4c77868b1597eda3c5462dd | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Sat Jan 28 11:40:09 2023 -0500 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon Jan 30 23:47:36 2023 +0000 |
tree | 01d306e0d01f9626d6935f604bdb51889acebc29 | |
parent | 9a0aebc5fd9c39fb3d4a4a9741fcff7e1695e807 [diff] |
riscv: FPU switching fixes - IRQ state for the interrupted context corresponds to the PIE bit not the IE bit. - Restoring the saved FPU state should clear the entire field before or'ing wanted bits in. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>