Subversion Repositories HelenOS-historic

Rev

Rev 1019 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1019 Rev 1066
Line 37... Line 37...
37
void fpu_fxsr(void);
37
void fpu_fxsr(void);
38
void fpu_fsr(void);
38
void fpu_fsr(void);
39
 
39
 
40
 
40
 
41
struct fpu_context {
41
struct fpu_context {
42
    /* TODO: We need malloc that aligns structures on 16-byte boundary */
-
 
43
    __u8 fpu[512];      /* FXSAVE & FXRSTOR storage area */
42
    __u8 fpu[512];      /* FXSAVE & FXRSTOR storage area */
44
};
43
};
45
 
44
 
46
 
45
 
47
#endif
46
#endif