Changeset 2ccd275 in mainline for arch/ia64/include/interrupt.h
- Timestamp:
- 2005-11-09T14:23:05Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 802bb95
- Parents:
- b183865e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/interrupt.h
rb183865e r2ccd275 31 31 32 32 #include <arch/types.h> 33 #include <arch/register.h> 33 34 34 /** External interrupt vectors. */35 /** External Interrupt vectors. */ 35 36 #define INTERRUPT_TIMER 0 36 37 #define INTERRUPT_SPURIOUS 15 38 39 /** General Exception codes. */ 40 #define GE_ILLEGALOP 0 41 #define GE_PRIVOP 1 42 #define GE_PRIVREG 2 43 #define GE_RESREGFLD 3 44 #define GE_DISBLDISTRAN 4 45 #define GE_ILLEGALDEP 8 37 46 38 47 #define EOI 0 /**< The actual value doesn't matter. */ … … 46 55 __u64 ar_rsc; 47 56 __address cr_ifa; 48 __u64cr_isr;57 cr_isr_t cr_isr; 49 58 __address cr_iipa; 50 59 __u64 cr_ips;
Note:
See TracChangeset
for help on using the changeset viewer.