Changeset 41fa6f2 in mainline for arch/ia64/src/interrupt.c


Ignore:
Timestamp:
2006-03-16T17:01:51Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
46579c66
Parents:
6eb103c
Message:

Itanium FPU Lazy context switching… but not so much tested

File:
1 edited

Legend:

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

    r6eb103c r41fa6f2  
    175175}
    176176
     177void fpu_enable(void);
    177178
    178179void disabled_fp_register(__u64 vector, istate_t *istate)
    179180{
    180 #ifdef CONFIG_CPU_LAZY
     181#ifdef CONFIG_FPU_LAZY
    181182        scheduler_fpu_lazy_request();   
     183#else
     184        dump_interrupted_context(istate);
     185        panic("Interruption: %W (%s)\n", (__u16) vector, vector_to_string(vector));
    182186#endif
    183187}
Note: See TracChangeset for help on using the changeset viewer.