powerpc/64s: Remove TM from Power10 features
authorJordan Niethe <jniethe5@gmail.com>
Thu, 27 Aug 2020 03:55:29 +0000 (13:55 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 20 Oct 2020 12:33:51 +0000 (23:33 +1100)
commitec613a57fa1d57381f890c3166175fe68cf43f12
tree2774d02ca3ac02c9c55e51738e23de9f1fb649ee
parentd1781f23704707d350b8c9006e2bdf5394bf91b2
powerpc/64s: Remove TM from Power10 features

ISA v3.1 removes transactional memory and hence it should not be present
in cpu_features or cpu_user_features2. Remove CPU_FTR_TM_COMP from
CPU_FTRS_POWER10. Remove PPC_FEATURE2_HTM_COMP and
PPC_FEATURE2_HTM_NOSC_COMP from COMMON_USER2_POWER10.

Fixes: a3ea40d5c736 ("powerpc: Add POWER10 architected mode")
Signed-off-by: Jordan Niethe <jniethe5@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200827035529.900-1-jniethe5@gmail.com
arch/powerpc/include/asm/cputable.h
arch/powerpc/kernel/cputable.c