From: Markos Chandras Date: Mon, 27 Jan 2014 15:10:40 +0000 (+0000) Subject: MIPS: kernel: proc: Add EVA to the list of CPU features X-Git-Tag: v3.15-rc1~125^2~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91119686f33928e2ced93eaedf4191cedbd0e827;p=platform%2Fkernel%2Flinux-exynos.git MIPS: kernel: proc: Add EVA to the list of CPU features Signed-off-by: Markos Chandras --- diff --git a/arch/mips/kernel/proc.c b/arch/mips/kernel/proc.c index ca1d48e..f0df7fd 100644 --- a/arch/mips/kernel/proc.c +++ b/arch/mips/kernel/proc.c @@ -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) {