Skip to content

Commit

Permalink
MIPS: kernel: proc: Add EVA to the list of CPU features
Browse files Browse the repository at this point in the history
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
  • Loading branch information
Markos Chandras authored and Ralf Baechle committed Mar 26, 2014
1 parent 4901674 commit 9111968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/kernel/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9111968

Please sign in to comment.