mirror of
https://github.com/torvalds/linux.git
synced 2024-10-30 08:42:47 +00:00
[MIPS] Separate CPU entries in /proc/cpuinfo with a blank line.
Put in a blank line between CPU entries in /proc/cpuinfo, just like most other architectures (i386, ia64, x86_64) do. Signed-off-by: Martin Michlmayr <tbm@cyrius.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> ---
This commit is contained in:
parent
947df17cb1
commit
17256052ff
@ -135,6 +135,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
|
|||||||
cpu_has_vce ? "%u" : "not available");
|
cpu_has_vce ? "%u" : "not available");
|
||||||
seq_printf(m, fmt, 'D', vced_count);
|
seq_printf(m, fmt, 'D', vced_count);
|
||||||
seq_printf(m, fmt, 'I', vcei_count);
|
seq_printf(m, fmt, 'I', vcei_count);
|
||||||
|
seq_printf(m, "\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user