mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
🐛 修复了进程由于异常被捕获后,其他进程无法被正常调度的问题
This commit is contained in:
@ -75,6 +75,7 @@ void sched_cfs()
|
||||
}
|
||||
}
|
||||
// kdebug("before switch, next.rip = %#018lx\tnext->gs=%#018lx", proc->thread->rip, proc->thread->gs);
|
||||
// kdebug("currentpcb=%#018lx", (uint64_t)current_pcb);
|
||||
process_switch_mm(proc);
|
||||
switch_proc(current_pcb, proc);
|
||||
}
|
||||
|
Reference in New Issue
Block a user