Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dcpu-features.h196 #ifndef cpu_has_mips_2
197 # define cpu_has_mips_2 (cpu_data[0].isa_level & MIPS_CPU_ISA_II) macro
/arch/mips/kernel/
Dproc.c82 if (cpu_has_mips_2) in show_cpuinfo()