Make cpu->proc_run_q_count not atomic
This commit is contained in:
@@ -32,7 +32,7 @@ struct cpu {
|
||||
|
||||
struct list_node_link* proc_run_q;
|
||||
struct proc* proc_current;
|
||||
atomic_int proc_run_q_count;
|
||||
int proc_run_q_count;
|
||||
};
|
||||
|
||||
struct cpu* cpu_make (uint64_t lapic_id, uint64_t acpi_id);
|
||||
|
||||
Reference in New Issue
Block a user