Changeset af22f158 in mainline for arch/ia32/src/interrupt.c


Ignore:
Timestamp:
2005-05-19T20:29:08Z (20 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c01bd280
Parents:
bc4a49f
Message:

Set TS flag on system startup.
Some bugs in FPU context switching seem to persist.
Optimalization on IA-32 disabled.

File:
1 edited

Legend:

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

    rbc4a49f raf22f158  
    102102        if ((CPU->fpu_owner)!=NULL)
    103103        { 
    104 //              printf("owner %X\n",(int)(&((CPU->fpu_owner)->saved_fpu_context)));       
     104//              printf("tid:%d \n", THREAD->tid);
     105//              printf("owner:%d\n", (CPU->fpu_owner)->tid);
    105106                fpu_lazy_context_save(&((CPU->fpu_owner)->saved_fpu_context));
    106107
Note: See TracChangeset for help on using the changeset viewer.