Changeset 071cb36 in mainline
- Timestamp:
- 2018-10-31T19:06:12Z (6 years ago)
- Parents:
- 91a8f83
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/arch.h
r91a8f83 r071cb36 40 40 41 41 /* 42 * The context pointer. The current_t structure holds pointers to various parts 43 * of the current execution context, like running task, thread, address space, 44 * etc. 42 * The current_t structure holds pointers to various parts of the current 43 * execution state, like running task, thread, address space, etc. 45 44 */ 46 45 #define CURRENT ((current_t * )(get_stack_base()))
Note:
See TracChangeset
for help on using the changeset viewer.