mirror of
https://github.com/drasko/codezero.git
synced 2026-02-27 17:23:13 +01:00
Removed linux linked list dependency.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
/* A simple page table with a reference count */
|
||||
struct address_space {
|
||||
l4id_t spid;
|
||||
struct list_head list;
|
||||
struct link list;
|
||||
struct mutex lock;
|
||||
pgd_table_t *pgd;
|
||||
int ktcb_refs;
|
||||
|
||||
Reference in New Issue
Block a user