X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Ffpstate.h;fp=include%2Fasm-arm%2Ffpstate.h;h=6246bf83627d3c7c5304cdc47d974daec61f8702;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=6af4e6bd1290c261dcba28096949fe6262145c8a;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/asm-arm/fpstate.h b/include/asm-arm/fpstate.h index 6af4e6bd1..6246bf836 100644 --- a/include/asm-arm/fpstate.h +++ b/include/asm-arm/fpstate.h @@ -11,6 +11,7 @@ #ifndef __ASM_ARM_FPSTATE_H #define __ASM_ARM_FPSTATE_H +#include #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