mirror of
https://github.com/drasko/codezero.git
synced 2026-01-14 11:53:15 +01:00
Changed name of kernel_container to kernel_resources
This commit is contained in:
@@ -174,7 +174,7 @@ void task_make_zombie(struct ktcb *task)
|
||||
BUG_ON(!(task->flags & TASK_EXITING));
|
||||
|
||||
/* Add to zombie list, to be destroyed later */
|
||||
ktcb_list_add(task, &kernel_container.zombie_list);
|
||||
ktcb_list_add(task, &kernel_resources.zombie_list);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user