summaryrefslogtreecommitdiff
path: root/Documentation/powerpc
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2022-05-19 08:03:57 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2022-05-22 08:59:53 +0300
commitb4d9cc75721bdbceba0d71aa5accf6aa09ee26c1 (patch)
treefe104659af899667fde0209ba8dd9b90165dc439 /Documentation/powerpc
parent3e36960a27fec30f16bace1521dc852105522f5e (diff)
downloadlinux-b4d9cc75721bdbceba0d71aa5accf6aa09ee26c1.tar.xz
powerpc/64s: Add CPU_FTRS_POWER10 to ALWAYS mask
CPU_FTRS_POWER10 is missing from the CPU_FTRS_ALWAYS mask. Currently that doesn't cause any bug, because it is a superset of the POWER9 mask, which the exception of CPU_FTR_TM, but POWER7 doesn't have CPU_FTR_TM, so CPU_FTR_TM is not in the ALWAYS mask to begin with. However for consistency, and to be robust against future changes, it should be included in the ALWAYS mask. Fixes: a3ea40d5c736 ("powerpc: Add POWER10 architected mode") Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220519122205.746276-2-mpe@ellerman.id.au
Diffstat (limited to 'Documentation/powerpc')
0 files changed, 0 insertions, 0 deletions