162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef __ASM_MACH_BMIPS_CPU_FEATURE_OVERRIDES_H 362306a36Sopenharmony_ci#define __ASM_MACH_BMIPS_CPU_FEATURE_OVERRIDES_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci/* Invariants across all BMIPS processors */ 662306a36Sopenharmony_ci#define cpu_has_vtag_icache 0 762306a36Sopenharmony_ci#define cpu_icache_snoops_remote_store 1 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci/* Processor ISA compatibility is MIPS32R1 */ 1062306a36Sopenharmony_ci#define cpu_has_mips32r1 1 1162306a36Sopenharmony_ci#define cpu_has_mips32r2 0 1262306a36Sopenharmony_ci#define cpu_has_mips64r1 0 1362306a36Sopenharmony_ci#define cpu_has_mips64r2 0 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci#endif /* __ASM_MACH_BMIPS_CPU_FEATURE_OVERRIDES_H */ 16