forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
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)