Changeset 2f08ff55 in mainline for kernel/arch/ia64/include/interrupt.h
- Timestamp:
- 2008-12-31T13:16:22Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d8c0dc5
- Parents:
- ef5de6d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/interrupt.h
ref5de6d r2f08ff55 54 54 #define VECTOR_TLB_SHOOTDOWN_IPI 0xf0 55 55 #define INTERRUPT_TIMER 255 56 #define IRQ_KBD (0x01+L AGACY_INTERRUPT_BASE)57 #define IRQ_MOUSE (0x0c+L AGACY_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 #define L AGACY_INTERRUPT_BASE 0x2059 #define LEGACY_INTERRUPT_BASE 0x20 60 60 61 61 /** General Exception codes. */
Note:
See TracChangeset
for help on using the changeset viewer.