Subversion Repositories HelenOS

Rev

Rev 1860 | Rev 1904 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1860 Rev 1903
Line 43... Line 43...
43
#define IRQ_COUNT   1   /* TODO */
43
#define IRQ_COUNT   1           /* TODO */
44
 
44
 
45
#define IVT_ITEMS   15
45
#define IVT_ITEMS   15
46
#define IVT_FIRST   1
46
#define IVT_FIRST   1
47
 
47
 
-
 
48
#define VECTOR_TLB_SHOOTDOWN_IPI    0   /* TODO */
-
 
49
 
48
struct istate {
50
struct istate {
49
    uint64_t    tnpc;
51
    uint64_t    tnpc;
50
    uint64_t    tpc;
52
    uint64_t    tpc;
51
    uint64_t    tstate;
53
    uint64_t    tstate;
52
};
54
};