diff options
author | Becky Bruce <becky.bruce@freescale.com> | 2008-09-24 17:53:34 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-09-29 10:23:06 -0400 |
commit | 0161dca52d950676d727336cef1441ea2bcfba98 (patch) | |
tree | 1cded5d1b34d2a6ce156391c17645ee39c7c386c /arch/powerpc/platforms/85xx | |
parent | 20d38e01d48019c578ab0ec1464454c03003b300 (diff) |
powerpc: Drop redundant machine type print in show_cpuinfo
For many of the embedded boards, "model" and "Machine" are printing
the same thing; remove the redundant code and allow the generic
show_cpuinfo to print the model information.
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Acked-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx')
-rw-r--r-- | arch/powerpc/platforms/85xx/mpc85xx_ads.c | 1 | ||||
-rw-r--r-- | arch/powerpc/platforms/85xx/sbc8560.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/85xx/mpc85xx_ads.c b/arch/powerpc/platforms/85xx/mpc85xx_ads.c index d17807a6b89a..0293e3d3580f 100644 --- a/arch/powerpc/platforms/85xx/mpc85xx_ads.c +++ b/arch/powerpc/platforms/85xx/mpc85xx_ads.c | |||
@@ -213,7 +213,6 @@ static void mpc85xx_ads_show_cpuinfo(struct seq_file *m) | |||
213 | svid = mfspr(SPRN_SVR); | 213 | svid = mfspr(SPRN_SVR); |
214 | 214 | ||
215 | seq_printf(m, "Vendor\t\t: Freescale Semiconductor\n"); | 215 | seq_printf(m, "Vendor\t\t: Freescale Semiconductor\n"); |
216 | seq_printf(m, "Machine\t\t: mpc85xx\n"); | ||
217 | seq_printf(m, "PVR\t\t: 0x%x\n", pvid); | 216 | seq_printf(m, "PVR\t\t: 0x%x\n", pvid); |
218 | seq_printf(m, "SVR\t\t: 0x%x\n", svid); | 217 | seq_printf(m, "SVR\t\t: 0x%x\n", svid); |
219 | 218 | ||
diff --git a/arch/powerpc/platforms/85xx/sbc8560.c b/arch/powerpc/platforms/85xx/sbc8560.c index e0cf0602d8b7..0c9a856f66b6 100644 --- a/arch/powerpc/platforms/85xx/sbc8560.c +++ b/arch/powerpc/platforms/85xx/sbc8560.c | |||
@@ -200,7 +200,6 @@ static void sbc8560_show_cpuinfo(struct seq_file *m) | |||
200 | svid = mfspr(SPRN_SVR); | 200 | svid = mfspr(SPRN_SVR); |
201 | 201 | ||
202 | seq_printf(m, "Vendor\t\t: Wind River\n"); | 202 | seq_printf(m, "Vendor\t\t: Wind River\n"); |
203 | seq_printf(m, "Machine\t\t: SBC8560\n"); | ||
204 | seq_printf(m, "PVR\t\t: 0x%x\n", pvid); | 203 | seq_printf(m, "PVR\t\t: 0x%x\n", pvid); |
205 | seq_printf(m, "SVR\t\t: 0x%x\n", svid); | 204 | seq_printf(m, "SVR\t\t: 0x%x\n", svid); |
206 | 205 | ||