增加进程的调度policy属性 (#63)

* 添加进程的policy属性

* update

* 修改设置进程策略

* 删除重复定义

* 更正注释及格式

Co-authored-by: longjin <longjin@RinGoTek.cn>
This commit is contained in:
kong
2022-10-21 20:38:01 +08:00
committed by GitHub
parent c2fa7bf46d
commit ed178b560b
5 changed files with 170 additions and 72 deletions

View File

@ -81,7 +81,6 @@ void sched_cfs()
}
}
process_switch_mm(proc);
switch_proc(current_pcb, proc);