Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ASM_MACH_BMIPS_CPU_FEATURE_OVERRIDES_H
0003 #define __ASM_MACH_BMIPS_CPU_FEATURE_OVERRIDES_H
0004 
0005 /* Invariants across all BMIPS processors */
0006 #define cpu_has_vtag_icache     0
0007 #define cpu_icache_snoops_remote_store  1
0008 
0009 /* Processor ISA compatibility is MIPS32R1 */
0010 #define cpu_has_mips32r1        1
0011 #define cpu_has_mips32r2        0
0012 #define cpu_has_mips64r1        0
0013 #define cpu_has_mips64r2        0
0014 
0015 #endif /* __ASM_MACH_BMIPS_CPU_FEATURE_OVERRIDES_H */