Fix checking if cpu->proc_current != NULL
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m37s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m37s
This commit is contained in:
@@ -35,7 +35,6 @@ struct proc {
|
||||
struct rb_node_link proc_tree_link;
|
||||
struct rb_node_link procgroup_memb_tree_link;
|
||||
struct list_node_link cpu_run_q_link;
|
||||
struct list_node_link reap_link;
|
||||
struct list_node_link* sq_entries;
|
||||
struct procgroup* procgroup;
|
||||
struct proc_platformdata pdata;
|
||||
|
||||
Reference in New Issue
Block a user