Changeset d9fdd5a in mainline for kernel/arch/sparc64/include
- Timestamp:
- 2018-04-17T14:10:20Z (8 years ago)
- Parents:
- 30e9f42
- Location:
- kernel/arch/sparc64/include/arch
- Files:
-
- 2 edited
-
context_struct.h (modified) (2 diffs)
-
istate_struct.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/arch/context_struct.h
r30e9f42 rd9fdd5a 27 27 */ 28 28 29 #pragma once 29 #ifndef KERN_ARCH_CONTEXT_STRUCT_H_ 30 #define KERN_ARCH_CONTEXT_STRUCT_H_ 30 31 31 32 #define CONTEXT_OFFSET_SP 0x00 … … 77 78 78 79 #endif 80 #endif 79 81 -
kernel/arch/sparc64/include/arch/istate_struct.h
r30e9f42 rd9fdd5a 27 27 */ 28 28 29 #pragma once 29 #ifndef KERN_ARCH_ISTATE_STRUCT_H_ 30 #define KERN_ARCH_ISTATE_STRUCT_H_ 30 31 31 32 #define ISTATE_OFFSET_L0 0x00 … … 135 136 136 137 #endif 138 #endif 137 139
Note:
See TracChangeset
for help on using the changeset viewer.
