Changeset 15d0046 in mainline for kernel/arch/sparc64/include/arch/context.h
- Timestamp:
- 2014-09-12T13:22:33Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9b20126
- Parents:
- 8db09e4 (diff), 105d8d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/arch/context.h
r8db09e4 r15d0046 37 37 38 38 #include <arch/stack.h> 39 #include <arch/context_struct.h> 39 40 #include <typedefs.h> 40 41 #include <align.h> … … 50 51 } while (0) 51 52 52 /*53 * Save only registers that must be preserved across54 * function calls.55 */56 typedef struct {57 uintptr_t sp; /* %o6 */58 uintptr_t pc; /* %o7 */59 uint64_t i0;60 uint64_t i1;61 uint64_t i2;62 uint64_t i3;63 uint64_t i4;64 uint64_t i5;65 uintptr_t fp; /* %i6 */66 uintptr_t i7;67 uint64_t l0;68 uint64_t l1;69 uint64_t l2;70 uint64_t l3;71 uint64_t l4;72 uint64_t l5;73 uint64_t l6;74 uint64_t l7;75 ipl_t ipl;76 } context_t;77 78 53 #endif 79 54
Note:
See TracChangeset
for help on using the changeset viewer.