Changeset 83817ea in mainline for arch/ia64/src/interrupt.c
- Timestamp:
- 2005-11-07T15:10:49Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a725deb
- Parents:
- 17a20bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/interrupt.c
r17a20bc r83817ea 44 44 ivr.value = ivr_read(); 45 45 srlz_d(); 46 46 47 /* printf("Interrupr\n"); 48 */ 47 49 switch(ivr.vector) { 48 50 case INTERRUPT_TIMER: 49 51 it_interrupt(); 50 panic("cpu%d: timer interrupt\n", CPU->id);51 52 break; 52 53 case INTERRUPT_SPURIOUS:
Note:
See TracChangeset
for help on using the changeset viewer.