mirror of
https://github.com/drasko/codezero.git
synced 2026-02-06 15:03:15 +01:00
Removed any refs to global id pools.
Also added container reference setup to thread creation
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user