sched: add timer tasks and schedule_timeout()
This commit is contained in:
@@ -242,7 +242,7 @@ void irq_dispatch(struct cpu_context *regs)
|
||||
}
|
||||
|
||||
if (need_resched()) {
|
||||
schedule();
|
||||
schedule(SCHED_IRQ);
|
||||
}
|
||||
|
||||
start_charge_period();
|
||||
|
||||
Reference in New Issue
Block a user