hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/mips/include/asm/mach-au1x00/cpu-feature-overrides.h
....@@ -39,7 +39,6 @@
3939 #define cpu_has_guestctl2 0
4040 #define cpu_has_guestid 0
4141 #define cpu_has_drg 0
42
-#define cpu_has_bp_ghist 0
4342 #define cpu_has_mips16 0
4443 #define cpu_has_mips16e2 0
4544 #define cpu_has_mdmx 0
....@@ -75,10 +74,12 @@
7574 #define cpu_dcache_line_size() 32
7675 #define cpu_icache_line_size() 32
7776 #define cpu_scache_line_size() 0
77
+#define cpu_tcache_line_size() 0
7878
7979 #define cpu_has_perf_cntr_intr_bit 0
8080 #define cpu_has_vz 0
8181 #define cpu_has_msa 0
82
+#define cpu_has_ufr 0
8283 #define cpu_has_fre 0
8384 #define cpu_has_cdmm 0
8485 #define cpu_has_small_pages 0
....@@ -88,5 +89,6 @@
8889 #define cpu_has_badinstr 0
8990 #define cpu_has_badinstrp 0
9091 #define cpu_has_contextconfig 0
92
+#define cpu_has_perf 0
9193
9294 #endif /* __ASM_MACH_AU1X00_CPU_FEATURE_OVERRIDES_H */