projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4901674
)
MIPS: kernel: proc: Add EVA to the list of CPU features
author
Markos Chandras
<markos.chandras@imgtec.com>
Mon, 27 Jan 2014 15:10:40 +0000
(15:10 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:18 +0000
(23:09 +0100)
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
arch/mips/kernel/proc.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/proc.c
b/arch/mips/kernel/proc.c
index ca1d48e5d53f86eb00c3b87dd9d7a3c9043a1ee2..f0df7fde37c508841397ccf56dfeeca147505a00 100644
(file)
--- 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) {