First working Codezero & POSIX Services with container/capability changes

This commit is contained in:
Bahadir Balban
2009-08-11 11:23:26 +03:00
parent 4f4532210a
commit f4d9520fef
3 changed files with 20 additions and 15 deletions

View File

@@ -152,13 +152,6 @@ static inline void set_task_ids(struct ktcb *task, struct task_ids *ids)
task->tgid = ids->tgid;
}
#define THREAD_IDS_MAX 1024
#define SPACE_IDS_MAX 1024
extern struct id_pool *thread_id_pool;
extern struct id_pool *space_id_pool;
struct ktcb *tcb_find(l4id_t tid);
void tcb_add(struct ktcb *tcb);
void tcb_remove(struct ktcb *tcb);