Changeset 9e1c942 in mainline for arch/ia64/include/interrupt.h


Ignore:
Timestamp:
2006-03-15T18:25:45Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9a2d6e1
Parents:
8e0eb63
Message:

Itanium FPU active context switch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/include/interrupt.h

    r8e0eb63 r9e1c942  
    7979extern int break_instruction(__u64 vector, istate_t *istate);
    8080extern void universal_handler(__u64 vector, istate_t *istate);
     81extern void nop_handler(__u64 vector, istate_t *istate);
    8182extern void external_interrupt(__u64 vector, istate_t *istate);
     83extern void disabled_fp_register(__u64 vector, istate_t *istate);
     84
     85
    8286
    8387#endif
Note: See TracChangeset for help on using the changeset viewer.