Changeset 337 for trunk/hal/generic/hal_context.h
- Timestamp:
- Aug 7, 2017, 12:50:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_context.h
r311 r337 31 31 // and hal_fpu_context_t, defined in hal_context.c file, that are accessed with generic 32 32 // void* pointers stored in the thread descriptor. 33 // - the "hal_context_t" structure is used to store the CPU registers values that 34 // have not been saved in the kernel stack by the interrupt handler. 35 // - the "hal_fpu_context_t" structure is used to save the FPU registers when required. 33 // - the "hal_context_t" struct is used for the CPU registers values at context switch. 34 // - the "hal_fpu_context_t" struct is used for the FPU registers when required. 36 35 ////////////////////////////////////////////////////////////////////////////////////////// 37 36
Note: See TracChangeset
for help on using the changeset viewer.