sched: add support for scheduling functions to be executed later
This commit is contained in:
@@ -20,6 +20,7 @@ struct cpu_data {
|
||||
int c_preempt_count;
|
||||
|
||||
struct runqueue c_rq;
|
||||
struct workqueue c_wq;
|
||||
struct queue c_timers;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user