Changeset b3f8fb7 in mainline for kernel/arch/ppc32/include/exception.h
- Timestamp:
- 2007-01-28T13:25:49Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e8c1a5
- Parents:
- 1ba41c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/exception.h
r1ba41c5 rb3f8fb7 37 37 38 38 #include <arch/types.h> 39 #include <typedefs.h>40 39 41 struct istate{40 typedef struct { 42 41 uint32_t r0; 43 42 uint32_t r2; … … 78 77 uint32_t r12; 79 78 uint32_t sp; 80 } ;79 } istate_t; 81 80 82 81 static inline void istate_set_retaddr(istate_t *istate, uintptr_t retaddr)
Note:
See TracChangeset
for help on using the changeset viewer.