Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dcpu-features.h280 #ifndef cpu_has_mips_1
281 # define cpu_has_mips_1 (MIPS_ISA_REV < 6) macro
/openbmc/linux/arch/mips/kernel/
H A Dproc.c87 if (cpu_has_mips_1) in show_cpuinfo()