Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/context.h

    rda52547 rd99c1d2  
    8787 *
    8888 * @param ctx Context structure.
    89  *
    9089 */
    91 static inline void __attribute__((no_instrument_function))
    92     context_restore(context_t *ctx)
     90static inline void context_restore(context_t *ctx)
    9391{
    9492        context_restore_arch(ctx);
Note: See TracChangeset for help on using the changeset viewer.