Changeset 741ade3f in mainline for arch/mips32/include/exception.h


Ignore:
Timestamp:
2006-03-21T22:45:32Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
45fb65c
Parents:
018d957e
Message:

Keep $K1 register for use as a thread local storage pointer on MIPS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/include/exception.h

    r018d957e r741ade3f  
    9191        __u32 status; /* cp0_status */
    9292        __u32 epc; /* cp0_epc */
    93         __u32 padding; /* padding to align stack on 8 bytes boundary */
     93        __u32 k1; /* We use it as thread-local pointer */
    9494};
    9595
Note: See TracChangeset for help on using the changeset viewer.