Changes in kernel/generic/include/context.h [da52547:d99c1d2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/context.h
rda52547 rd99c1d2 87 87 * 88 88 * @param ctx Context structure. 89 *90 89 */ 91 static inline void __attribute__((no_instrument_function)) 92 context_restore(context_t *ctx) 90 static inline void context_restore(context_t *ctx) 93 91 { 94 92 context_restore_arch(ctx);
Note:
See TracChangeset
for help on using the changeset viewer.