Changeset 41fa6f2 in mainline for arch/ia64/include/context.h


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/include/context.h

    r6eb103c r41fa6f2  
    9696         */
    9797        __u64 pr;
     98
     99        __r128 f2 __attribute__ ((aligned(16)));
     100        __r128 f3;
     101        __r128 f4;
     102        __r128 f5;
     103
     104        __r128 f16;
     105        __r128 f17;
     106        __r128 f18;
     107        __r128 f19;
     108        __r128 f20;
     109        __r128 f21;
     110        __r128 f22;
     111        __r128 f23;
     112        __r128 f24;
     113        __r128 f25;
     114        __r128 f26;
     115        __r128 f27;
     116        __r128 f28;
     117        __r128 f29;
     118        __r128 f30;
     119        __r128 f31;
    98120       
    99121        ipl_t ipl;
    100122};
    101123
     124
     125
    102126#endif
Note: See TracChangeset for help on using the changeset viewer.