Changeset 9f52563 in mainline for arch/ia32/include/fpu_context.h


Ignore:
Timestamp:
2006-03-17T01:34:36Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8a0b0669
Parents:
5fceec7
Message:

Support for user space threads.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/fpu_context.h

    r5fceec7 r9f52563  
    4040
    4141struct fpu_context {
    42         /* TODO: We need malloc that aligns structures on 16-byte boundary */
    4342        __u8 fpu[512];          /* FXSAVE & FXRSTOR storage area */
    4443};
Note: See TracChangeset for help on using the changeset viewer.