Tests working up to neverending suspend - Will be fixed.

This commit is contained in:
Bahadir Balban
2009-10-22 22:50:50 +03:00
parent 948dd4fa71
commit df776b568f
6 changed files with 11 additions and 9 deletions

View File

@@ -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 {