aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/setup.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-10-14 15:53:08 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-10-14 15:53:08 +0900
commitb195e46677bed5f044bc2eede65fd41c886ef5b2 (patch)
tree38c04c153d05171919bc95deb82ceb1e6b9bcd77 /arch/sh/kernel/setup.c
parentsh: Only invalidate the I-cache range for secondary CPUs stack_start. (diff)
parentsh: Fix a TRACE_IRQS_OFF typo. (diff)
downloadlinux-dev-b195e46677bed5f044bc2eede65fd41c886ef5b2.tar.xz
linux-dev-b195e46677bed5f044bc2eede65fd41c886ef5b2.zip
Merge branch 'sh/stable-updates'
Diffstat (limited to 'arch/sh/kernel/setup.c')
-rw-r--r--arch/sh/kernel/setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c
index df65fe2d43b8..5a947a2567e4 100644
--- a/arch/sh/kernel/setup.c
+++ b/arch/sh/kernel/setup.c
@@ -553,6 +553,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);