1

Sync with BSuSP

This commit is contained in:
2023-03-03 15:40:25 +01:00
parent 8bec9735e3
commit 5349bca520
27 changed files with 804 additions and 2523 deletions

View File

@ -13,7 +13,7 @@ void ApicTimer::trigger(const InterruptFrame &frame) {
return;
}
// Trigger preemption
// BSP triggers preemption
if (time.toMilliseconds() % yieldInterval == 0) {
System::getService<SchedulerService>().yield();
}