linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-arm / fpstate.h
index 6af4e6b..6246bf8 100644 (file)
@@ -11,6 +11,7 @@
 #ifndef __ASM_ARM_FPSTATE_H
 #define __ASM_ARM_FPSTATE_H
 
+#include <linux/config.h>
 
 #ifndef __ASSEMBLY__
 
@@ -25,9 +26,7 @@
 
 struct vfp_hard_struct {
        __u64 fpregs[16];
-#if __LINUX_ARM_ARCH__ < 6
        __u32 fpmx_state;
-#endif
        __u32 fpexc;
        __u32 fpscr;
        /*
@@ -72,14 +71,6 @@ union fp_state {
 
 #define FP_SIZE (sizeof(union fp_state) / sizeof(int))
 
-struct crunch_state {
-       unsigned int    mvdx[16][2];
-       unsigned int    mvax[4][3];
-       unsigned int    dspsc[2];
-};
-
-#define CRUNCH_SIZE    sizeof(struct crunch_state)
-
 #endif
 
 #endif