hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/mips/include/asm/mach-loongson64/cpu-feature-overrides.h
....@@ -26,7 +26,6 @@
2626 #define cpu_has_counter 1
2727 #define cpu_has_dc_aliases (PAGE_SIZE < 0x4000)
2828 #define cpu_has_divec 0
29
-#define cpu_has_ejtag 0
3029 #define cpu_has_inclusive_pcaches 1
3130 #define cpu_has_llsc 1
3231 #define cpu_has_mcheck 0
....@@ -42,13 +41,11 @@
4241 #define cpu_has_veic 0
4342 #define cpu_has_vint 0
4443 #define cpu_has_vtag_icache 0
45
-#define cpu_has_watch 1
46
-#define cpu_has_local_ebase 0
47
-
48
-#ifdef CONFIG_CPU_LOONGSON3
4944 #define cpu_has_wsbh 1
5045 #define cpu_has_ic_fills_f_dc 1
5146 #define cpu_hwrena_impl_bits 0xc0000000
52
-#endif
47
+#define cpu_has_mac2008_only 1
48
+#define cpu_has_mips_r2_exec_hazard 0
49
+#define cpu_has_perf_cntr_intr_bit 0
5350
5451 #endif /* __ASM_MACH_LOONGSON64_CPU_FEATURE_OVERRIDES_H */