MIPS: kernel: proc: Add EVA to the list of CPU features
authorMarkos Chandras <markos.chandras@imgtec.com>
Mon, 27 Jan 2014 15:10:40 +0000 (15:10 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:18 +0000 (23:09 +0100)
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
arch/mips/kernel/proc.c

index ca1d48e5d53f86eb00c3b87dd9d7a3c9043a1ee2..f0df7fde37c508841397ccf56dfeeca147505a00 100644 (file)
@@ -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) {