Re: [PATCH] powerpc: Add POWER8 features to CPU_FTRS_POSSIBLE/ALWAYS

2014-08-06 Thread Joel Stanley
On Wed, Aug 6, 2014 at 3:12 PM, Michael Ellerman wrote: > We have been a bit slack about updating the CPU_FTRS_POSSIBLE and > CPU_FTRS_ALWAYS masks. When we added POWER8, and also POWER8E we forgot > to update the ALWAYS mask. And when we added POWER8_DD1 we forgot to > update both the POSSIBLE an

Re: [PATCH] powerpc: Add POWER8 features to CPU_FTRS_POSSIBLE/ALWAYS

2014-08-06 Thread Michael Neuling
On Wed, 2014-08-06 at 15:42 +1000, Michael Ellerman wrote: > We have been a bit slack about updating the CPU_FTRS_POSSIBLE and > CPU_FTRS_ALWAYS masks. When we added POWER8, and also POWER8E we forgot > to update the ALWAYS mask. And when we added POWER8_DD1 we forgot to > update both the POSSIBLE

[PATCH] powerpc: Add POWER8 features to CPU_FTRS_POSSIBLE/ALWAYS

2014-08-05 Thread Michael Ellerman
We have been a bit slack about updating the CPU_FTRS_POSSIBLE and CPU_FTRS_ALWAYS masks. When we added POWER8, and also POWER8E we forgot to update the ALWAYS mask. And when we added POWER8_DD1 we forgot to update both the POSSIBLE and ALWAYS masks. Luckily this hasn't caused any actual bugs AFAIC