Re: [PATCH 07/15] powerpc: Move CPU_FTRS_BASE_BOOK3E into cputable.h & update FTR masks

2011-04-18 Thread Kumar Gala
On Apr 15, 2011, at 3:32 AM, Michael Ellerman wrote: > From: Michael Ellerman > > Where they belong with all the others. Remove SMT which may not be > true for all BOOK3E parts. > > Currently the FTRS_POSSIBLE & FTRS_ALWAYS are defined for 64 or 32 bit. > Now that we have BOOK3E we need to spl

[PATCH 07/15] powerpc: Move CPU_FTRS_BASE_BOOK3E into cputable.h & update FTR masks

2011-04-15 Thread Michael Ellerman
From: Michael Ellerman Where they belong with all the others. Remove SMT which may not be true for all BOOK3E parts. Currently the FTRS_POSSIBLE & FTRS_ALWAYS are defined for 64 or 32 bit. Now that we have BOOK3E we need to split it three ways, BOOK3S, BOOK3E, and 32-bit. Signed-off-by: Michael