Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/abs32le/include/interrupt.h

    r7a0359b re837f30  
    3838#include <typedefs.h>
    3939#include <verify.h>
    40 #include <trace.h>
    4140
    4241#define IVT_ITEMS  0
     
    5554} istate_t;
    5655
    57 NO_TRACE static inline int istate_from_uspace(istate_t *istate)
     56static inline int istate_from_uspace(istate_t *istate)
    5857    REQUIRES_EXTENT_MUTABLE(istate)
    5958{
     
    6463}
    6564
    66 NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
    67     uintptr_t retaddr)
     65static inline void istate_set_retaddr(istate_t *istate, uintptr_t retaddr)
    6866    WRITES(&istate->ip)
    6967{
     
    7371}
    7472
    75 NO_TRACE static inline unative_t istate_get_pc(istate_t *istate)
     73static inline unative_t istate_get_pc(istate_t *istate)
    7674    REQUIRES_EXTENT_MUTABLE(istate)
    7775{
     
    8179}
    8280
    83 NO_TRACE static inline unative_t istate_get_fp(istate_t *istate)
     81static inline unative_t istate_get_fp(istate_t *istate)
    8482    REQUIRES_EXTENT_MUTABLE(istate)
    8583{
Note: See TracChangeset for help on using the changeset viewer.