forked from eden-emu/eden
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
This commit is contained in:
parent
0d57b899dd
commit
17b53b4a54
7 changed files with 31 additions and 0 deletions
|
@ -117,4 +117,8 @@ void Cpu::Reschedule() {
|
|||
scheduler->TryDoContextSwitch();
|
||||
}
|
||||
|
||||
void Cpu::Shutdown() {
|
||||
scheduler->Shutdown();
|
||||
}
|
||||
|
||||
} // namespace Core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue