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

Commit f5f56301 authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Michael Ellerman
Browse files

powerpc: Make newline in cpuinfo unconditional



We used to not put the newline between the CPU part and the summary
part on UP kernels. This is a rather pointless ifdef so take it out.

Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent bba9bc89
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -354,10 +354,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
		   loops_per_jiffy / (500000/HZ),
		   (loops_per_jiffy / (5000/HZ)) % 100);
#endif

#ifdef CONFIG_SMP
	seq_printf(m, "\n");
#endif

	preempt_enable();