Changeset eb239dc in mainline
- Timestamp:
- 2010-05-22T10:19:02Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c6f6adc
- Parents:
- ecbd287d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/arch.h
recbd287d reb239dc 65 65 } the_t; 66 66 67 /* 68 * THE is not an abbreviation, but the English definite article written in 69 * capital letters. It means the current pointer to something, e.g. thread, 70 * processor or address space. Kind reader of this comment shall appreciate 71 * the wit of constructs like THE->thread and similar. 72 */ 67 73 #define THE ((the_t * )(get_stack_base())) 68 74
Note:
See TracChangeset
for help on using the changeset viewer.