mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08:00
commit
5eb0b65590
@ -49,8 +49,6 @@ void KScheduler::RescheduleCores(KernelCore& kernel, u64 cores_pending_reschedul
|
|||||||
if (!must_context_switch || core != current_core) {
|
if (!must_context_switch || core != current_core) {
|
||||||
auto& phys_core = kernel.PhysicalCore(core);
|
auto& phys_core = kernel.PhysicalCore(core);
|
||||||
phys_core.Interrupt();
|
phys_core.Interrupt();
|
||||||
} else {
|
|
||||||
must_context_switch = true;
|
|
||||||
}
|
}
|
||||||
cores_pending_reschedule &= ~(1ULL << core);
|
cores_pending_reschedule &= ~(1ULL << core);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user