Changeset 901122b in mainline for arch/ia64/include/interrupt.h
- Timestamp:
- 2006-03-09T17:40:30Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a2a46ba
- Parents:
- b994a60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/interrupt.h
rb994a60 r901122b 58 58 cr_isr_t cr_isr; 59 59 __address cr_iipa; 60 __u64 cr_ips;60 psr_t cr_ipsr; 61 61 __address cr_iip; 62 62 __u64 pr; 63 63 __address sp; 64 65 /* 66 * The following variables are defined only for break_instruction handler. 67 */ 68 __u64 in0; 69 __u64 in1; 70 __u64 in2; 71 __u64 in3; 64 72 } __attribute__ ((packed)); 65 73 … … 67 75 68 76 extern void general_exception(__u64 vector, struct exception_regdump *pstate); 69 extern voidbreak_instruction(__u64 vector, struct exception_regdump *pstate);77 extern int break_instruction(__u64 vector, struct exception_regdump *pstate); 70 78 extern void universal_handler(__u64 vector, struct exception_regdump *pstate); 71 79 extern void external_interrupt(__u64 vector, struct exception_regdump *pstate);
Note:
See TracChangeset
for help on using the changeset viewer.