Changes in kernel/generic/include/context.h [7a0359b:da52547] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/context.h
r7a0359b rda52547 37 37 38 38 #include <typedefs.h> 39 #include <trace.h>40 39 #include <arch/context.h> 41 40 … … 90 89 * 91 90 */ 92 NO_TRACE static inline void context_restore(context_t *ctx) 91 static inline void __attribute__((no_instrument_function)) 92 context_restore(context_t *ctx) 93 93 { 94 94 context_restore_arch(ctx);
Note:
See TracChangeset
for help on using the changeset viewer.