openharmony_kernel_liteos_m/kernel/arch/risc-v/riscv32/gcc
zhushengle 70f3aa1c11 fix: risc-v 锁中断在调度后失效
risc-v架构中,由于执行完mret指令之后,未将mstatus.mpie位清除,
导致锁中断后调度保存上下文信息后, 恢复上下文时误将中断打开。

Close #I42OLJ
Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: Ib97b8bd0fc56bd4b2a7e5c474cb240db4e9c2419
2021-07-28 08:57:45 +08:00
..
asm update openharmony 1.0.1 2021-03-11 20:30:40 +08:00
BUILD.gn feat: risc-v gn 编译框架添加汇编编译选项 2021-07-05 09:26:45 +08:00
los_arch_context.h fix: modify the return type of LOS_IntLock from UINTPTR to UINT32. 2021-05-14 11:33:05 +08:00
los_arch_interrupt.h fix:Fixed kernel error with header protector and header comment description. 2021-04-26 21:13:55 +08:00
los_arch_timer.h !80 fix: fix some misspell in comments 2021-04-23 14:42:16 +08:00
los_context.c fix:Solution of conflict. 2021-04-20 14:56:26 +08:00
los_dispatch.S fix: risc-v 锁中断在调度后失效 2021-07-28 08:57:45 +08:00
los_exc.S remove __cplusplus guards in .c files 2021-04-19 18:19:28 +08:00
los_interrupt.c fix: fix some typo issues 2021-04-23 17:19:01 +08:00
los_timer.c feat: L0 支持低功耗框架 2021-06-22 13:15:06 +08:00