Changeset 0f3fc9b in mainline for kernel/arch/ppc32/include/fpu_context.h
- Timestamp:
- 2007-01-22T13:34:55Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 726e1043
- Parents:
- e7b7be3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/fpu_context.h
re7b7be3f r0f3fc9b 40 40 #endif 41 41 42 struct fpu_context {42 typedef struct { 43 43 uint64_t fr14; 44 44 uint64_t fr15; … … 60 60 uint64_t fr31; 61 61 uint32_t fpscr; 62 } __attribute__ ((packed)) ;62 } __attribute__ ((packed)) fpu_context_t; 63 63 64 64 #endif
Note:
See TracChangeset
for help on using the changeset viewer.