[PATCH] powerpc: Fix PowerPC 750CL CPU features

Josh Boyer jwboyer at linux.vnet.ibm.com
Fri Apr 13 20:52:15 EST 2007


On Fri, Apr 13, 2007 at 12:28:30PM +1000, Benjamin Herrenschmidt wrote:
> > The difference between these two is
> > 
> > #define CPU_FTRS_750GX  (CPU_FTR_DUAL_PLL_750FX | CPU_FTR_HAS_HIGH_BATS)
> > #define CPU_FTRS_750    (CPU_FTR_COMMON)
> > 
> > 750GX excludes COMMON, which seems like a bug.  With
> > your change, 750CL uses DUAL_PLL_750FX; does it actually
> > have that feature?
> 
> Looks indeed like that lack of COMMON in the GX entry is a bug...
> 
> Josh, care to fix that too while at it ? :-)

I did.  See patch version 2. :)

josh



More information about the Linuxppc-dev mailing list