Re: [PATCH 1/2] Drop redundant machine type print in show_cpuinfo

2008-09-29 Thread Kumar Gala
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 [EMAIL PROTECTED] ---

RE: [PATCH 1/2] Drop redundant machine type print in show_cpuinfo

2008-09-29 Thread Welch, Martyn (GE EntSol, Intelligent Platforms)
Kumar Gala wrote: 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 [EMAIL PROTECTED] ---

Re: [PATCH 1/2] Drop redundant machine type print in show_cpuinfo

2008-09-29 Thread Paul Gortmaker
On Wed, Sep 24, 2008 at 5:53 PM, Becky Bruce [EMAIL PROTECTED] 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. Sounds good to me. Thanks for changing the sbc

Re: [PATCH 1/2] Drop redundant machine type print in show_cpuinfo

2008-09-29 Thread Martyn Welch
On Wed, 24 Sep 2008 16:53:34 -0500 Becky Bruce [EMAIL PROTECTED] 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. No prob. Signed-off-by: Becky Bruce [EMAIL

Re: [PATCH 1/2] Drop redundant machine type print in show_cpuinfo

2008-09-29 Thread Kumar Gala
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 [EMAIL PROTECTED] ---

Re: [PATCH 1/2] Drop redundant machine type print in show_cpuinfo

2008-09-29 Thread Kumar Gala
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 [EMAIL PROTECTED] ---

[PATCH 1/2] Drop redundant machine type print in show_cpuinfo

2008-09-24 Thread Becky Bruce
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 [EMAIL PROTECTED] --- arch/powerpc/platforms/85xx/mpc85xx_ads.c |1 -