Changeset c4a5207f in mainline for arch/ia32/include/context.h


Ignore:
Timestamp:
2005-05-08T19:53:05Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0ca6faa
Parents:
4e1d008
Message:

Small changes, fix last few wrong indentations.
TODO cleanup.

IA-64 bits.
Call main_bsp from kernel_image_start().
Prepare for IA-64 context_save and context_restore.

File:
1 edited

Legend:

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

    r4e1d008 rc4a5207f  
    3333
    3434struct fpu_context {
    35   __u8 fpu[512]; //FXSAVE & FXRSTOR storage area size
     35        __u8 fpu[512];          /* FXSAVE & FXRSTOR storage area */
    3636};
    3737
Note: See TracChangeset for help on using the changeset viewer.