Changeset 4177e70 in mainline for kernel/arch/mips32/include
- Timestamp:
- 2018-07-17T22:09:50Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 58093d9
- Parents:
- db51219f
- File:
-
- 1 edited
-
kernel/arch/mips32/include/arch/context_struct.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/arch/context_struct.h
rdb51219f r4177e70 42 42 #define CONTEXT_OFFSET_S8 0x28 43 43 #define CONTEXT_OFFSET_GP 0x2c 44 #define CONTEXT_OFFSET_IPL 0x30 45 #define CONTEXT_SIZE 0x34 44 #define CONTEXT_OFFSET_TP 0x30 45 #define CONTEXT_OFFSET_IPL 0x34 46 #define CONTEXT_SIZE 0x38 46 47 47 48 #ifndef __ASSEMBLER__ … … 63 64 uint32_t s8; 64 65 uint32_t gp; 66 /* We use the K1 register for userspace thread pointer. */ 67 uint32_t tp; 65 68 ipl_t ipl; 66 69 } context_t;
Note:
See TracChangeset
for help on using the changeset viewer.
