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: Ubuntu-5.0.0-8.9~11791^2~72 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=91119686f33928e2ced93eaedf4191cedbd0e827;p=mirror_ubuntu-disco-kernel.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 ca1d48e5d53f..f0df7fde37c5 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) {