Clean up AMD64 memory management code, remove dependency on pd.lock
This commit is contained in:
@@ -27,7 +27,8 @@ struct procgroup {
|
||||
struct rb_node_link* resource_tree;
|
||||
atomic_int sys_rids;
|
||||
struct pd pd;
|
||||
struct list_node_link* mappings; /* protected by pd.lock */
|
||||
struct list_node_link* mappings;
|
||||
uintptr_t map_base;
|
||||
};
|
||||
|
||||
struct procgroup* procgroup_create (void);
|
||||
|
||||
Reference in New Issue
Block a user