~sheosi/helenos/lua

« back to all changes in this revision

Viewing changes to kernel/arch/sparc64/include/interrupt.h

Merged the actual head

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        IPI_TLB_SHOOTDOWN = VECTOR_TLB_SHOOTDOWN_IPI
50
50
};              
51
51
 
52
 
typedef struct {
 
52
typedef struct istate {
53
53
        uint64_t        tnpc;
54
54
        uint64_t        tpc;
55
55
        uint64_t        tstate;
70
70
        return istate->tpc;
71
71
}
72
72
 
 
73
static inline unative_t istate_get_fp(istate_t *istate)
 
74
{
 
75
        return 0;       /* TODO */
 
76
}
 
77
 
73
78
#endif
74
79
 
75
80
/** @}