Changeset 1eee8383 in mainline for arch/ia64/include/context.h


Ignore:
Timestamp:
2005-05-18T16:09:25Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6de2480e
Parents:
6b96ab44
Message:

IA-64 work.
Add ar.pfs and ar.unat (caller and callee) application registers to context_t.
Change st8/ld8 instructions on general registers to st8.spill and ld8.fill instructions.

File:
1 edited

Legend:

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

    r6b96ab44 r1eee8383  
    3939
    4040struct context {
     41        __u64 pfs;
     42        __u64 unat_caller;
     43        __u64 unat_callee;
     44
    4145        /*
    4246         * General registers
Note: See TracChangeset for help on using the changeset viewer.