Fix checking if cpu->proc_current != NULL
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m37s

This commit is contained in:
2026-03-02 00:12:08 +01:00
parent 9043c4f9ec
commit 68f6aef215
4 changed files with 17 additions and 48 deletions

View File

@@ -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;