kernel: use KScheduler from mesosphere
This commit is contained in:
parent
53fb4a78a3
commit
0624c880bd
12 changed files with 572 additions and 611 deletions
src/core/arm
|
@ -155,9 +155,10 @@ void ARM_Interface::Run() {
|
|||
break;
|
||||
}
|
||||
|
||||
// Handle syscalls and scheduling (this may change the current thread)
|
||||
// Handle syscalls and scheduling (this may change the current thread/core)
|
||||
if (Has(hr, svc_call)) {
|
||||
Kernel::Svc::Call(system, GetSvcNumber());
|
||||
break;
|
||||
}
|
||||
if (Has(hr, break_loop) || !uses_wall_clock) {
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue