Merge branch 'master' into upstream
[powerpc.git] / arch / mips / kernel / proc.c
index 86fe15b..84ab959 100644 (file)
@@ -135,6 +135,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
                cpu_has_vce ? "%u" : "not available");
        seq_printf(m, fmt, 'D', vced_count);
        seq_printf(m, fmt, 'I', vcei_count);
+       seq_printf(m, "\n");
 
        return 0;
 }