Rev 1819 | Rev 1839 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1819 | Rev 1820 | ||
|---|---|---|---|
| Line 58... | Line 58... | ||
| 58 | count_t preemption_disabled; /**< Preemption disabled counter. */ |
58 | count_t preemption_disabled; /**< Preemption disabled counter. */ |
| 59 | thread_t *thread; /**< Current thread. */ |
59 | thread_t *thread; /**< Current thread. */ |
| 60 | task_t *task; /**< Current task. */ |
60 | task_t *task; /**< Current task. */ |
| 61 | cpu_t *cpu; /**< Executing cpu. */ |
61 | cpu_t *cpu; /**< Executing cpu. */ |
| 62 | as_t *as; /**< Current address space. */ |
62 | as_t *as; /**< Current address space. */ |
| - | 63 | context_id_t context; /**< Current security context. */ |
|
| 63 | }; |
64 | }; |
| 64 | 65 | ||
| 65 | #define THE ((the_t *)(get_stack_base())) |
66 | #define THE ((the_t *)(get_stack_base())) |
| 66 | 67 | ||
| 67 | extern void the_initialize(the_t *the); |
68 | extern void the_initialize(the_t *the); |