mirror of
https://github.com/drasko/codezero.git
synced 2026-01-26 17:53:14 +01:00
Remove the mechanism for blocking tasks from doing ipc.
Removed previously implemented but untested mechanism of blocking tasks from doing ipc to certain tasks using certain tags. This is to be considered for future implementation.
This commit is contained in:
@@ -318,10 +318,6 @@ void init_inittask(char *name, struct task_ids *ids)
|
||||
waitqueue_head_init(&task->wqh_send);
|
||||
waitqueue_head_init(&task->wqh_recv);
|
||||
|
||||
/* Tasks' rendezvous blocked list */
|
||||
spin_lock_init(&task->ipc_block_lock);
|
||||
INIT_LIST_HEAD(&task->ipc_block_list);
|
||||
|
||||
/* Global hashlist that keeps all existing tasks */
|
||||
add_task_global(task);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user