Changeset 6eabb6e6 in mainline for kernel/arch/sparc64/include/fpu_context.h
- Timestamp:
- 2006-09-13T13:16:30Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34d9469e
- Parents:
- 9a5b556
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/fpu_context.h
r9a5b556 r6eabb6e6 38 38 #include <arch/types.h> 39 39 40 #define ARCH_HAS_FPU 41 #define FPU_CONTEXT_ALIGN 8 42 40 43 struct fpu_context { 44 uint64_t d[32]; 45 uint64_t fsr; 41 46 }; 42 47
Note:
See TracChangeset
for help on using the changeset viewer.