On Thu, Sep 22, 2005 at 08:03:35PM -0700, Roland Dreier wrote: > Add support for the AMCC PowerPC 440SPe SoC. > > Signed-off-by: Roland Dreier <rolandd at cisco.com> > > --- > > arch/ppc/kernel/cputable.c | 10 +++ > arch/ppc/platforms/4xx/Kconfig | 8 ++ > arch/ppc/platforms/4xx/Makefile | 1 > arch/ppc/platforms/4xx/amcc440spe.c | 134 > +++++++++++++++++++++++++++++++++++ > arch/ppc/platforms/4xx/amcc440spe.h | 64 +++++++++++++++++
Please change these new files to ppc440spe.*. After the new EMAC driver is merged, we are planning a Great Renaming(tm) to make the current filenames be vendor neutral. i.e. ibm4*->ppc4* -Matt