Changeset 62c63fc in mainline for kernel/generic/include/arch.h
- Timestamp:
- 2007-01-22T12:56:29Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e7b7be3f
- Parents:
- da1f9dc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/arch.h
rda1f9dc r62c63fc 60 60 * the base address of the stack. 61 61 */ 62 struct the{62 typedef struct { 63 63 count_t preemption_disabled; /**< Preemption disabled counter. */ 64 64 thread_t *thread; /**< Current thread. */ … … 66 66 cpu_t *cpu; /**< Executing cpu. */ 67 67 as_t *as; /**< Current address space. */ 68 } ;68 } the_t; 69 69 70 70 #define THE ((the_t *)(get_stack_base()))
Note:
See TracChangeset
for help on using the changeset viewer.