Changeset 741ade3f in mainline for arch/mips32/include
- Timestamp:
- 2006-03-21T22:45:32Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45fb65c
- Parents:
- 018d957e
- Location:
- arch/mips32/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/context_offset.h
r018d957e r741ade3f 49 49 #define EOFFSET_STATUS 0x7c 50 50 #define EOFFSET_EPC 0x80 51 #define EOFFSET_K1 0x84 51 52 #define REGISTER_SPACE 136 -
arch/mips32/include/exception.h
r018d957e r741ade3f 91 91 __u32 status; /* cp0_status */ 92 92 __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 */ 94 94 }; 95 95
Note:
See TracChangeset
for help on using the changeset viewer.