Changeset 8b4d6cb in mainline for kernel/arch/ia64/include/interrupt.h
- Timestamp:
- 2009-01-03T15:33:55Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2b70a6e
- Parents:
- fb69f39
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/interrupt.h
rfb69f39 r8b4d6cb 54 54 #define VECTOR_TLB_SHOOTDOWN_IPI 0xf0 55 55 #define INTERRUPT_TIMER 255 56 #define IRQ_KBD (0x01 +LEGACY_INTERRUPT_BASE)57 #define IRQ_MOUSE (0x0c +LEGACY_INTERRUPT_BASE)56 #define IRQ_KBD (0x01 + LEGACY_INTERRUPT_BASE) 57 #define IRQ_MOUSE (0x0c + LEGACY_INTERRUPT_BASE) 58 58 #define INTERRUPT_SPURIOUS 15 59 59 #define LEGACY_INTERRUPT_BASE 0x20 … … 118 118 /* 119 119 * The following variables are defined only for break_instruction 120 * handler. 120 * handler. 121 121 */ 122 122 uint64_t in0; … … 154 154 extern void disabled_fp_register(uint64_t vector, istate_t *istate); 155 155 156 157 156 #endif 158 157
Note:
See TracChangeset
for help on using the changeset viewer.