commit | 736a1a9113ad0e183ff0c26ce1cec92194be0a62 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Wed Aug 03 12:51:34 2022 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Aug 04 13:44:48 2022 +0200 |
tree | 7750d247512d992dd8a3c33152c8f4774a203bc4 | |
parent | a1a2107b429def632dfa277459d078d3a64b83c6 [diff] |
soc: riscv: remove usage of SOC_ERET All SOC_ERET definitions expand to the mret instruction (used to return from a trap: exception or interruption). The 'eret' instruction existed in previous RISC-V privileged specs, but it doesn't seem to be used in Zephyr (ref. RISC-V Privileged Architectures 3.2.2). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>