Fix scheduler starvation, use lists for scheduling
All checks were successful
Build documentation / build-and-deploy (push) Successful in 33s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 33s
This commit is contained in:
@@ -27,7 +27,7 @@ struct cpu {
|
||||
|
||||
spin_lock_t lock;
|
||||
|
||||
struct rb_node_link* proc_run_q;
|
||||
struct list_node_link* proc_run_q;
|
||||
struct proc* proc_current;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user