Rev 2608 | Rev 3657 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2608 | Rev 3626 | ||
|---|---|---|---|
| Line 48... | Line 48... | ||
| 48 | */ |
48 | */ |
| 49 | #define IVT_ITEMS 0 |
49 | #define IVT_ITEMS 0 |
| 50 | #define IVT_FIRST 0 |
50 | #define IVT_FIRST 0 |
| 51 | 51 | ||
| 52 | /** External Interrupt vectors. */ |
52 | /** External Interrupt vectors. */ |
| - | 53 | ||
| - | 54 | #define VECTOR_TLB_SHOOTDOWN_IPI 0xf0 |
|
| 53 | #define INTERRUPT_TIMER 255 |
55 | #define INTERRUPT_TIMER 255 |
| 54 | #define IRQ_KBD 241 |
56 | #define IRQ_KBD 241 |
| 55 | #define IRQ_MOUSE 252 |
57 | #define IRQ_MOUSE 252 |
| 56 | #define INTERRUPT_SPURIOUS 15 |
58 | #define INTERRUPT_SPURIOUS 15 |
| 57 | 59 | ||