Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | 34 | ||
35 | #ifndef KERN_FPU_CONTEXT_H_ |
35 | #ifndef KERN_FPU_CONTEXT_H_ |
36 | #define KERN_FPU_CONTEXT_H_ |
36 | #define KERN_FPU_CONTEXT_H_ |
37 | 37 | ||
38 | #include <arch/fpu_context.h> |
38 | #include <arch/fpu_context.h> |
39 | #include <typedefs.h> |
- | |
40 | 39 | ||
41 | #if defined(CONFIG_FPU_LAZY) && !defined(ARCH_HAS_FPU) |
40 | #if defined(CONFIG_FPU_LAZY) && !defined(ARCH_HAS_FPU) |
42 | # error "CONFIG_FPU_LAZY defined, but no ARCH_HAS_FPU" |
41 | # error "CONFIG_FPU_LAZY defined, but no ARCH_HAS_FPU" |
43 | #endif |
42 | #endif |
44 | 43 |