diff options
Diffstat (limited to 'arch/mips/kernel/proc.c')
-rw-r--r-- | arch/mips/kernel/proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/proc.c b/arch/mips/kernel/proc.c index 239ae03f3330..453d55699fef 100644 --- a/arch/mips/kernel/proc.c +++ b/arch/mips/kernel/proc.c | |||
@@ -74,6 +74,7 @@ static int show_cpuinfo(struct seq_file *m, void *v) | |||
74 | if (cpu_has_dsp2) seq_printf(m, "%s", " dsp2"); | 74 | if (cpu_has_dsp2) seq_printf(m, "%s", " dsp2"); |
75 | if (cpu_has_mipsmt) seq_printf(m, "%s", " mt"); | 75 | if (cpu_has_mipsmt) seq_printf(m, "%s", " mt"); |
76 | if (cpu_has_mmips) seq_printf(m, "%s", " micromips"); | 76 | if (cpu_has_mmips) seq_printf(m, "%s", " micromips"); |
77 | if (cpu_has_vz) seq_printf(m, "%s", " vz"); | ||
77 | seq_printf(m, "\n"); | 78 | seq_printf(m, "\n"); |
78 | 79 | ||
79 | seq_printf(m, "shadow register sets\t: %d\n", | 80 | seq_printf(m, "shadow register sets\t: %d\n", |