Home
last modified time | relevance | path

Searched refs:cpu_has_mips_1 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcpu-features.h265 #ifndef cpu_has_mips_1
266 # define cpu_has_mips_1 (MIPS_ISA_REV < 6) macro
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dproc.c87 if (cpu_has_mips_1) in show_cpuinfo()