Explorar el Código

MIPS: kernel: proc: Add EVA to the list of CPU features

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Markos Chandras hace 12 años
padre
commit
91119686f3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      arch/mips/kernel/proc.c

+ 1 - 0
arch/mips/kernel/proc.c

@@ -96,6 +96,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
 	if (cpu_has_mmips)	seq_printf(m, "%s", " micromips");
 	if (cpu_has_vz)		seq_printf(m, "%s", " vz");
 	if (cpu_has_msa)	seq_printf(m, "%s", " msa");
+	if (cpu_has_eva)	seq_printf(m, "%s", " eva");
 	seq_printf(m, "\n");
 
 	if (cpu_has_mmips) {