sched: add timer tasks and schedule_timeout()

This commit is contained in:
2023-04-30 21:09:36 +01:00
parent 085c3d2a89
commit 8a0291c9b3
8 changed files with 132 additions and 18 deletions

View File

@@ -20,6 +20,7 @@ struct cpu_data {
unsigned int c_preempt_count;
struct runqueue c_rq;
struct queue c_timers;
};
/* maximum number of processor cores that the kernel can support.