Subversion Repositories HelenOS

Rev

Rev 2083 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2083 Rev 3880
Line 35... Line 35...
35
#ifndef KERN_sparc64_FPU_CONTEXT_H_
35
#ifndef KERN_sparc64_FPU_CONTEXT_H_
36
#define KERN_sparc64_FPU_CONTEXT_H_
36
#define KERN_sparc64_FPU_CONTEXT_H_
37
 
37
 
38
#include <arch/types.h>
38
#include <arch/types.h>
39
 
39
 
40
#define ARCH_HAS_FPU
-
 
41
#define FPU_CONTEXT_ALIGN   8
40
#define FPU_CONTEXT_ALIGN   8
42
 
41
 
43
typedef struct {
42
typedef struct {
44
    uint64_t    d[32];
43
    uint64_t    d[32];
45
    uint64_t    fsr;
44
    uint64_t    fsr;