Skip to content

Commit f5f5630

Browse files
ozbenhmpe
authored andcommitted
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: Benjamin Herrenschmidt <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
1 parent bba9bc8 commit f5f5630

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/powerpc/kernel/setup-common.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
354354
loops_per_jiffy / (500000/HZ),
355355
(loops_per_jiffy / (5000/HZ)) % 100);
356356
#endif
357-
358-
#ifdef CONFIG_SMP
359357
seq_printf(m, "\n");
360-
#endif
361358

362359
preempt_enable();
363360

0 commit comments

Comments
 (0)