Home
last modified time | relevance | path

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

/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
/linux/arch/mips/kernel/
H A Dproc.c86 if (cpu_has_mips_1) in show_cpuinfo()