Use reference counting to track filetime of process PD
All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s

This commit is contained in:
2026-01-14 23:11:06 +01:00
parent 270ff507d4
commit 7cd5623d36
6 changed files with 44 additions and 27 deletions

View File

@@ -44,7 +44,7 @@ struct proc {
struct list_node_link* mappings; /* pd.lock implicitly protects this field */
struct proc_platformdata pdata;
struct pd pd;
struct pd* pd;
spin_lock_t lock;
struct cpu* cpu;
atomic_int state;