Commit 91119686 authored by Markos Chandras's avatar Markos Chandras Committed by Ralf Baechle

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

Signed-off-by: default avatarMarkos Chandras <markos.chandras@imgtec.com>
parent 49016748
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment