enable preemptive switch in pit
This commit is contained in:
@ -85,7 +85,7 @@ void PIT::trigger () {
|
|||||||
|
|
||||||
// Preemption
|
// Preemption
|
||||||
if (scheduler.isInitialized()) {
|
if (scheduler.isInitialized()) {
|
||||||
|
scheduler.preempt();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user