mirror of
https://github.com/drasko/codezero.git
synced 2026-04-16 08:49:05 +02: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