openharmony_kernel_liteos_m/kernel/arch/risc-v/riscv32/gcc
zhushengle 9f185b5b52 fix: pm模块解冻线程时存在删除空链表且时间片频繁唤醒系统
1.如果冻结线程状态为delay,则此时pendlist为NULL,解冻时不需要delete
2.低功耗时关闭时间片,减少时间片频繁唤醒系统
3.risc-v 中64位相加存在溢出
Close #I4AKUS

Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: Icb9e8f7df8488635f9660d3932b06fa6f57e6133
2021-09-18 11:42:08 +08:00
..
asm update openharmony 1.0.1 2021-03-11 20:30:40 +08:00
BUILD.gn fix: 内核模块编译增加-Werror编译选项,且清除内核编译告警 2021-09-06 16:16:43 +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: 在内核初始化前期启动tick timer 2021-07-21 10:02:42 +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 fix: pm模块解冻线程时存在删除空链表且时间片频繁唤醒系统 2021-09-18 11:42:08 +08:00