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