Rev 2009 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2009 | Rev 2015 | ||
|---|---|---|---|
| Line 45... | Line 45... | ||
| 45 | 45 | ||
| 46 | /* This needs to be defined for inter-architecture API portability. */ |
46 | /* This needs to be defined for inter-architecture API portability. */ |
| 47 | #define VECTOR_TLB_SHOOTDOWN_IPI 0 |
47 | #define VECTOR_TLB_SHOOTDOWN_IPI 0 |
| 48 | 48 | ||
| 49 | enum { |
49 | enum { |
| 50 | IPI_TLB_SHOOTDOWN = VECTOR_TLB_SHOOTDOWN_IPI, |
50 | IPI_TLB_SHOOTDOWN = VECTOR_TLB_SHOOTDOWN_IPI |
| 51 | IPI_DCACHE_SHOOTDOWN |
- | |
| 52 | }; |
51 | }; |
| 53 | 52 | ||
| 54 | struct istate { |
53 | struct istate { |
| 55 | uint64_t tnpc; |
54 | uint64_t tnpc; |
| 56 | uint64_t tpc; |
55 | uint64_t tpc; |