fix bug#1638# to dev_ck_v2.1

1. in smartos.s.c, the function of smart_reclaim_init_res free the error im
2. fix the bug and build a new lib
3. Test:
   3.1 spu_case0_arm_case0_cpri:  Pass
   3.2 spu_case14_arm_case20_cpri:Pass
   3.3 spu_case20_arm_case20_cpri:Pass
   3.4 spu_case21_arm_case21_cpri:Pass
   3.5 spu_case34_arm_case5:      Pass
   3.6 spu_case44_arm_case5:      Pass
This commit is contained in:
lishuang.xie 2024-01-29 14:23:13 +08:00
parent 7cec7ed3bf
commit 94ae6589d2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -97,7 +97,7 @@ void sys_task_reg(sys_info *task_val,start_hook_func *user_hook,int apeid)
tcb_handle->loop_fun = task_val->loop_fun;
tcb_handle->user_init_hook = user_hook;
tcb_handle->apeid = apeid;
init_st_ptr = stack_top;
init_st_ptr = stack_down;
smart_task_create(sys_entry,
tcb_handle,
(unsigned int*)stack_top,