From: Paul M. <le...@li...> - 2007-07-25 02:48:09
|
On Wed, Jul 25, 2007 at 11:38:20AM +0900, Magnus Damm wrote: > On 7/25/07, Paul Mundt <le...@li...> wrote: > >On Tue, Jul 24, 2007 at 11:45:08PM +0900, Magnus Damm wrote: > >> sh: remove support for sh7300 and solution engine 7300 > >> > >> This patch removes old dead code: > >> - kill off sh7300 cpu support > >> - get rid of broken solution engine 7300 board support > >> > >> arch/sh/kernel/cpu/sh3/clock-sh7710.c | 78 +++ > > > >This seems to have snuck in. I'll apply the rest of it with this part > >removed, but you may want to respin your SH7710 patches. You may also > >want to double check to make sure no other bits accidentally made it in. > > The file clock-sh7300.c is renamed to clock-7710.c as part of the > sh7300 removal. Both sh7710 and sh7300 are using the same clock file. > I can always keep the name unchanged of the clock-sh7300.c file if you > prefer that.. > It's generally considered bad form to have a rename and code changes in the same changeset. As there are no real functional changes here, I've applied it. I suppose both of the CPUs are currently broken, so we don't really have to worry about keeping bisect happy. |