Removed any refs to global id pools.

Also added container reference setup to thread creation
This commit is contained in:
Bahadir Balban
2009-08-10 15:16:57 +03:00
parent aa71161a04
commit 15b659eaf0
4 changed files with 14 additions and 15 deletions

View File

@@ -83,7 +83,7 @@ void address_space_delete(struct address_space *space)
delete_page_tables(space);
/* Return the space id */
id_del(space_id_pool, space->spid);
id_del(&kernel_container.space_ids, space->spid);
/* Deallocate the space structure */
free_space(space);