Changeset 83817ea in mainline for arch/ia64/src/interrupt.c


Ignore:
Timestamp:
2005-11-07T15:10:49Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a725deb
Parents:
17a20bc
Message:

Context restore in HEAVYWEIGHT handlers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/src/interrupt.c

    r17a20bc r83817ea  
    4444        ivr.value = ivr_read();
    4545        srlz_d();
    46        
     46
     47/*      printf("Interrupr\n");
     48*/     
    4749        switch(ivr.vector) {
    4850            case INTERRUPT_TIMER:
    4951                it_interrupt();
    50                 panic("cpu%d: timer interrupt\n", CPU->id);
    5152                break;
    5253            case INTERRUPT_SPURIOUS:
Note: See TracChangeset for help on using the changeset viewer.