Re: [PATCH 1/2] Drop redundant machine type print in show_cpuinfo
From: Kumar Gala <hidden>
Date: 2008-09-29 14:24:49
From: Kumar Gala <hidden>
Date: 2008-09-29 14:24:49
On Sep 24, 2008, at 4:53 PM, Becky Bruce wrote:
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 <redacted> --- arch/powerpc/platforms/85xx/mpc85xx_ads.c | 1 - arch/powerpc/platforms/85xx/sbc8560.c | 1 - arch/powerpc/platforms/86xx/gef_sbc610.c | 8 -------- arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | 8 -------- arch/powerpc/platforms/86xx/sbc8641d.c | 8 -------- arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c | 1 - 6 files changed, 0 insertions(+), 27 deletions(-)
applied. - k