diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/frv/include/asm/fpu.h')
-rw-r--r-- | ANDROID_3.4.5/arch/frv/include/asm/fpu.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ANDROID_3.4.5/arch/frv/include/asm/fpu.h b/ANDROID_3.4.5/arch/frv/include/asm/fpu.h deleted file mode 100644 index d73c60b5..00000000 --- a/ANDROID_3.4.5/arch/frv/include/asm/fpu.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef __ASM_FPU_H -#define __ASM_FPU_H - - -/* - * MAX floating point unit state size (FSAVE/FRESTORE) - */ - -#define kernel_fpu_end() do { asm volatile("bar":::"memory"); preempt_enable(); } while(0) - -#endif /* __ASM_FPU_H */ |