mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-20 10:06:31 +00:00
fix: 解决了page的锁未被初始化的bug
This commit is contained in:
@ -509,7 +509,7 @@ void do_IRQ(struct pt_regs *rsp, ul number)
|
||||
// 检测当前进程是否可被调度
|
||||
if (current_pcb->flags & PF_NEED_SCHED)
|
||||
{
|
||||
// kdebug("to sched");
|
||||
io_mfence();
|
||||
sched_cfs();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user