Re: [PATCH 1/2] powerpc/64s: Add CPU_FTRS_POWER9_DD2_2 to CPU_FTRS_ALWAYS mask
From: Michael Ellerman <hidden>
Date: 2022-05-28 12:56:00
From: Michael Ellerman <hidden>
Date: 2022-05-28 12:56:00
On Thu, 19 May 2022 22:22:04 +1000, Michael Ellerman wrote:
CPU_FTRS_POWER9_DD2_2 is missing from CPU_FTRS_ALWAYS. That doesn't cause any bug, because CPU_FTRS_POWER9_DD2_2 adds new bits that don't appear in other values, so when anded with the other masks the result is the same. But for consistency we should have all values in the CPU_FTRS_ALWAYS mask, so that the logic is robust against the values being changed in future. [...]
Applied to powerpc/next.
[1/2] powerpc/64s: Add CPU_FTRS_POWER9_DD2_2 to CPU_FTRS_ALWAYS mask
https://git.kernel.org/powerpc/c/3e36960a27fec30f16bace1521dc852105522f5e
[2/2] powerpc/64s: Add CPU_FTRS_POWER10 to ALWAYS mask
https://git.kernel.org/powerpc/c/b4d9cc75721bdbceba0d71aa5accf6aa09ee26c1
cheers