18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __ASM_MACH_BMIPS_CPU_FEATURE_OVERRIDES_H
38c2ecf20Sopenharmony_ci#define __ASM_MACH_BMIPS_CPU_FEATURE_OVERRIDES_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci/* Invariants across all BMIPS processors */
68c2ecf20Sopenharmony_ci#define cpu_has_vtag_icache		0
78c2ecf20Sopenharmony_ci#define cpu_icache_snoops_remote_store	1
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci/* Processor ISA compatibility is MIPS32R1 */
108c2ecf20Sopenharmony_ci#define cpu_has_mips32r1		1
118c2ecf20Sopenharmony_ci#define cpu_has_mips32r2		0
128c2ecf20Sopenharmony_ci#define cpu_has_mips64r1		0
138c2ecf20Sopenharmony_ci#define cpu_has_mips64r2		0
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci#endif /* __ASM_MACH_BMIPS_CPU_FEATURE_OVERRIDES_H */
16