Skip to content
Snippets Groups Projects
Commit 91119686 authored by Markos Chandras's avatar Markos Chandras Committed by Ralf Baechle
Browse files

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


Signed-off-by: default avatarMarkos Chandras <markos.chandras@imgtec.com>
parent 49016748
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,7 @@ static int show_cpuinfo(struct seq_file *m, void *v) ...@@ -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_mmips) seq_printf(m, "%s", " micromips");
if (cpu_has_vz) seq_printf(m, "%s", " vz"); if (cpu_has_vz) seq_printf(m, "%s", " vz");
if (cpu_has_msa) seq_printf(m, "%s", " msa"); if (cpu_has_msa) seq_printf(m, "%s", " msa");
if (cpu_has_eva) seq_printf(m, "%s", " eva");
seq_printf(m, "\n"); seq_printf(m, "\n");
if (cpu_has_mmips) { if (cpu_has_mmips) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment