Changeset 9f52563 in mainline for arch/ia32/include/fpu_context.h
- Timestamp:
- 2006-03-17T01:34:36Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8a0b0669
- Parents:
- 5fceec7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/fpu_context.h
r5fceec7 r9f52563 40 40 41 41 struct fpu_context { 42 /* TODO: We need malloc that aligns structures on 16-byte boundary */43 42 __u8 fpu[512]; /* FXSAVE & FXRSTOR storage area */ 44 43 };
Note:
See TracChangeset
for help on using the changeset viewer.