浏览代码

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 <benh@kernel.crashing.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Benjamin Herrenschmidt 7 年之前
父节点
当前提交
f5f563012a
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      arch/powerpc/kernel/setup-common.c

+ 0 - 3
arch/powerpc/kernel/setup-common.c

@@ -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();