Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2908df9e authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Tidy up SMP cpuinfo.



Trivial change for cleaning up the cpuinfo pretty printing on SMP, adds a
newline between CPUs.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent eaa47704
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -549,6 +549,8 @@ static int show_cpuinfo(struct seq_file *m, void *v)

	if (cpu == 0)
		seq_printf(m, "machine\t\t: %s\n", get_system_type());
	else
		seq_printf(m, "\n");

	seq_printf(m, "processor\t: %d\n", cpu);
	seq_printf(m, "cpu family\t: %s\n", init_utsname()->machine);