summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
diff options
context:
space:
mode:
authorMarkos Chandras2014-01-27 16:10:40 +0100
committerRalf Baechle2014-03-26 23:09:18 +0100
commit91119686f33928e2ced93eaedf4191cedbd0e827 (patch)
tree81765aeb037fb6a21c360e5039486be48b69d1d1 /arch/mips/kernel
parentMIPS: kernel: cpu-probe: Enable EVA option on supported cores (diff)
downloadkernel-qcow2-linux-91119686f33928e2ced93eaedf4191cedbd0e827.tar.gz
kernel-qcow2-linux-91119686f33928e2ced93eaedf4191cedbd0e827.tar.xz
kernel-qcow2-linux-91119686f33928e2ced93eaedf4191cedbd0e827.zip
MIPS: kernel: proc: Add EVA to the list of CPU features
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r--arch/mips/kernel/proc.c1
1 files changed, 1 insertions, 0 deletions
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) {