Rev 906 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 906 | Rev 924 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | #ifndef __mips32_FPU_CONTEXT_H__ |
29 | #ifndef __mips32_FPU_CONTEXT_H__ |
| 30 | #define __mips32_FPU_CONTEXT_H__ |
30 | #define __mips32_FPU_CONTEXT_H__ |
| 31 | 31 | ||
| 32 | #include <arch/types.h> |
32 | #include <arch/types.h> |
| 33 | 33 | ||
| 34 | #define ARCH_HAS_FPU |
- | |
| 35 | #define FPU_CONTEXT_ALIGN sizeof(__native) |
34 | #define FPU_CONTEXT_ALIGN sizeof(__native) |
| 36 | 35 | ||
| 37 | struct fpu_context { |
36 | struct fpu_context { |
| 38 | __native dregs[32]; |
37 | __native dregs[32]; |
| 39 | __native cregs[32]; |
38 | __native cregs[32]; |