Changeset 37c8975 in mainline for arch/ppc32/include/context.h
- Timestamp:
- 2006-02-17T11:40:46Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0e4dd7b
- Parents:
- ba52899
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/include/context.h
rba52899 r37c8975 30 30 #define __ppc32_CONTEXT_H__ 31 31 32 #include <arch/types.h> 32 #ifndef __ppc32_TYPES_H__ 33 # include <arch/types.h> 34 #endif 33 35 34 #define SP_DELTA 836 #define SP_DELTA 4 35 37 36 38 struct context { 37 __u32 r0;38 39 __address sp; 40 __address pc; 41 39 42 __u32 r2; 40 __u32 r3;41 __u32 r4;42 __u32 r5;43 __u32 r6;44 __u32 r7;45 __u32 r8;46 __u32 r9;47 __u32 r10;48 __u32 r11;49 __u32 r12;50 43 __u32 r13; 51 44 __u32 r14; … … 67 60 __u32 r30; 68 61 __u32 r31; 69 __address pc; 62 63 __u32 cr; 64 70 65 ipl_t ipl; 71 66 } __attribute__ ((packed));
Note:
See TracChangeset
for help on using the changeset viewer.