Changeset c030818 in mainline for kernel/arch/ppc32/include/arch/context_struct.h
- Timestamp:
- 2023-02-05T14:43:59Z (22 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 33a3be8
- Parents:
- c1b073b7
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2022-08-20 12:17:49)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-05 14:43:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/arch/context_struct.h
rc1b073b7 rc030818 53 53 #define CONTEXT_OFFSET_R31 0x54 54 54 #define CONTEXT_OFFSET_CR 0x58 55 #define CONTEXT_OFFSET_IPL 0x5c 56 #define CONTEXT_SIZE 0x60 55 #define CONTEXT_SIZE 0x5c 57 56 58 57 #ifndef __ASSEMBLER__ … … 84 83 uint32_t r31; 85 84 uint32_t cr; 86 ipl_t ipl;87 85 } context_t; 88 86
Note:
See TracChangeset
for help on using the changeset viewer.