kernel/arch/arm/include/asm/vfp.h
.. .. @@ -9,6 +9,7 @@ 9 9 #ifndef __ASM_VFP_H 10 10 #define __ASM_VFP_H 11 11 12 +#ifndef CONFIG_AS_VFP_VMRS_FPINST12 13 #define FPSID cr0 13 14 #define FPSCR cr1 14 15 #define MVFR1 cr6 .. .. @@ -16,6 +17,7 @@ 16 17 #define FPEXC cr8 17 18 #define FPINST cr9 18 19 #define FPINST2 cr10 20 +#endif19 21 20 22 /* FPSID bits */ 21 23 #define FPSID_IMPLEMENTER_BIT (24)