mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
MIPS: kernel: proc: Add EVA to the list of CPU features
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
This commit is contained in:
parent
49016748ec
commit
91119686f3
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user