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:
Bahadir Balban
2008-02-04 16:58:05 +00:00
parent 938672f7c9
commit ddba7536cb
3 changed files with 5 additions and 95 deletions

View File

@@ -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 */
};