mirror of
https://github.com/drasko/codezero.git
synced 2026-04-18 09:49:05 +02:00
Moved all find_task(sender) calls into topmost ipc handler.
System calls now need not search for the tcb they are serving for.
This commit is contained in:
@@ -8,7 +8,7 @@ int utcb_pool_init(void);
|
||||
|
||||
|
||||
/* IPC to send utcb address information to tasks */
|
||||
void *task_send_utcb_address(l4id_t sender, l4id_t taskid);
|
||||
void *task_send_utcb_address(struct tcb *sender, l4id_t taskid);
|
||||
|
||||
/* Prefault an *mmaped* utcb */
|
||||
int utcb_prefault(struct tcb *task, unsigned int vmflags);
|
||||
|
||||
Reference in New Issue
Block a user