mirror of
https://github.com/drasko/codezero.git
synced 2026-02-01 12:43:15 +01:00
Tests working up to neverending suspend - Will be fixed.
This commit is contained in:
@@ -97,6 +97,7 @@ int init_pager(struct pager *pager,
|
||||
/* Initialize space structure */
|
||||
link_init(&space->list);
|
||||
mutex_init(&space->lock);
|
||||
cap_list_init(&space->cap_list);
|
||||
space->pgd = current_pgd;
|
||||
address_space_attach(task, space);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user