aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/setup.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-10-14 02:53:08 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-10-14 02:53:08 -0400
commitb195e46677bed5f044bc2eede65fd41c886ef5b2 (patch)
tree38c04c153d05171919bc95deb82ceb1e6b9bcd77 /arch/sh/kernel/setup.c
parentd780613acc0eeea89e1b3a7d9db765e0f2a4a950 (diff)
parent457b646189e47f9d48588809da3e806ec363f219 (diff)
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 df65fe2d43b..5a947a2567e 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)
553 553
554 if (cpu == 0) 554 if (cpu == 0)
555 seq_printf(m, "machine\t\t: %s\n", get_system_type()); 555 seq_printf(m, "machine\t\t: %s\n", get_system_type());
556 else
557 seq_printf(m, "\n");
556 558
557 seq_printf(m, "processor\t: %d\n", cpu); 559 seq_printf(m, "processor\t: %d\n", cpu);
558 seq_printf(m, "cpu family\t: %s\n", init_utsname()->machine); 560 seq_printf(m, "cpu family\t: %s\n", init_utsname()->machine);