Changeset 0f3fc9b in mainline for kernel/arch/ppc32/include/context.h
- Timestamp:
- 2007-01-22T13:34:55Z (16 years ago)
- Branches:
- lfn, master, serial
- Children:
- 726e1043
- Parents:
- e7b7be3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/context.h
re7b7be3f r0f3fc9b 40 40 #define SP_DELTA 16 41 41 42 struct context {42 typedef struct { 43 43 uintptr_t sp; 44 44 uintptr_t pc; … … 68 68 69 69 ipl_t ipl; 70 } __attribute__ ((packed)) ;70 } __attribute__ ((packed)) context_t; 71 71 72 72 #endif
Note: See TracChangeset
for help on using the changeset viewer.