Re: [PATCH] powerpc/64s: Remove TM from Power10 features

2020-10-24 Thread Michael Ellerman
On Thu, 27 Aug 2020 13:55:29 +1000, Jordan Niethe wrote: > 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_USER

[PATCH] powerpc/64s: Remove TM from Power10 features

2020-08-26 Thread Jordan Niethe
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 architecte