hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/arm/include/asm/vfp.h
....@@ -9,6 +9,7 @@
99 #ifndef __ASM_VFP_H
1010 #define __ASM_VFP_H
1111
12
+#ifndef CONFIG_AS_VFP_VMRS_FPINST
1213 #define FPSID cr0
1314 #define FPSCR cr1
1415 #define MVFR1 cr6
....@@ -16,6 +17,7 @@
1617 #define FPEXC cr8
1718 #define FPINST cr9
1819 #define FPINST2 cr10
20
+#endif
1921
2022 /* FPSID bits */
2123 #define FPSID_IMPLEMENTER_BIT (24)