Changeset 75e1db0 in mainline for arch/sparc64/include/context.h


Ignore:
Timestamp:
2005-12-19T22:41:07Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d6e8529
Parents:
031e264
Message:

sparc64 work.
Implement interrupt_disable(), interrupt_enable(), interrupt_restore() and interrupt_read() functions.
Fix context save/restore to save/restore register %i7.

File:
1 edited

Legend:

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

    r031e264 r75e1db0  
    6767        __address sp;           /* %o6 */
    6868        __address pc;           /* %o7 */
    69         __address fp;
     69        __address fp;           /* %i6 */
     70        __address i7;
    7071        ipl_t ipl;
    7172};
Note: See TracChangeset for help on using the changeset viewer.