Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 1850 → Rev 1851

/trunk/kernel/arch/sparc64/include/interrupt.h
52,6 → 52,10
#define trap_virtual_eoi()
 
struct istate {
uint64_t pstate;
uint64_t tnpc;
uint64_t tpc;
uint64_t tstate;
};
 
static inline void istate_set_retaddr(istate_t *istate, uintptr_t retaddr)
76,4 → 80,3
 
/** @}
*/