Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dcpu-features.h199 #ifndef cpu_has_mips_3
200 # define cpu_has_mips_3 (cpu_data[0].isa_level & MIPS_CPU_ISA_III) macro
/arch/mips/kernel/
Dproc.c84 if (cpu_has_mips_3) in show_cpuinfo()