Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

parent 49016748
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {