nuttx/arch/risc-v
Yoshinori Sugino 3de85be15a arch/risc-v/src: Branch to up_sigdeliver() with interrupts disabled
When executing an MRET instruction, MIE is set to MPIE.
In order to branch to up_sigdeliver() with interrupts disabled,
we need to change MPIE, not MIE.
2020-09-28 22:41:46 -07:00
..
include Add and fix CSR macros listed in RISC-V spec V1.10. 2020-09-21 07:35:56 -07:00
src arch/risc-v/src: Branch to up_sigdeliver() with interrupts disabled 2020-09-28 22:41:46 -07:00
Kconfig arch, include, sched : Refactor ARCH_GLOBAL_IRQDISABLE related code 2020-09-03 10:20:20 +08:00