Ignore:
Timestamp:
2006-11-11T14:41:23Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
282f2c9c
Parents:
3869e9c5
Message:

sparc64 context does not have to include the CLEANWIN register.

File:
1 edited

Legend:

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

    r3869e9c5 rf0f05ad  
    4949        (c)->pc = ((uintptr_t) _pc) - 8;                                                                \
    5050        (c)->sp = ((uintptr_t) stack) + ALIGN_UP((size), STACK_ALIGNMENT) - (STACK_BIAS + SP_DELTA);    \
    51         (c)->fp = -STACK_BIAS;                                                                          \
    52         (c)->cleanwin = 0
     51        (c)->fp = -STACK_BIAS
    5352       
    5453
     
    7776        uint64_t l7;
    7877        ipl_t ipl;
    79         uint64_t cleanwin;
    8078};
    8179
Note: See TracChangeset for help on using the changeset viewer.