Subversion Repositories HelenOS

Rev

Rev 2089 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2089 Rev 2134
Line 44... Line 44...
44
 
44
 
45
/* This needs to be defined for inter-architecture API portability. */
45
/* This needs to be defined for inter-architecture API portability. */
46
#define VECTOR_TLB_SHOOTDOWN_IPI    0
46
#define VECTOR_TLB_SHOOTDOWN_IPI    0
47
 
47
 
48
enum {
48
enum {
49
    IPI_TLB_SHOOTDOWN = VECTOR_TLB_SHOOTDOWN_IPI
49
    IPI_TLB_SHOOTDOWN = VECTOR_TLB_SHOOTDOWN_IPI,
-
 
50
    IPI_DCACHE_SHOOTDOWN
50
};     
51
};     
51
 
52
 
52
typedef struct {
53
typedef struct {
53
    uint64_t    tnpc;
54
    uint64_t    tnpc;
54
    uint64_t    tpc;
55
    uint64_t    tpc;