mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +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:
@@ -92,10 +92,6 @@ struct ktcb {
|
||||
struct waitqueue_head wqh_recv;
|
||||
struct waitqueue_head wqh_send;
|
||||
|
||||
/* Fields for checking parties blocked from doing ipc */
|
||||
struct spinlock ipc_block_lock;
|
||||
struct list_head ipc_block_list;
|
||||
|
||||
l4id_t senderid; /* Sender checks this for ipc */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user