X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Fasm-arm%2Ffpstate.h;h=f31cda5a55eeb04d7031c227ec7b1071c77338fd;hb=b6fd6ecb830444636bc4e9d626f214082c91fffe;hp=52bae088a185c04fb95186acde501e53e92e1817;hpb=bb54a335ae6d282a4f177c7b35cd149aa9b0b9be;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/asm-arm/fpstate.h b/include/asm-arm/fpstate.h index 52bae08..f31cda5 100644 --- a/include/asm-arm/fpstate.h +++ b/include/asm-arm/fpstate.h @@ -11,7 +11,6 @@ #ifndef __ASM_ARM_FPSTATE_H #define __ASM_ARM_FPSTATE_H -#include #ifndef __ASSEMBLY__ @@ -36,6 +35,9 @@ struct vfp_hard_struct { */ __u32 fpinst; __u32 fpinst2; +#ifdef CONFIG_SMP + __u32 cpu; +#endif }; union vfp_state { @@ -73,6 +75,14 @@ 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