Home
last modified time | relevance | path

Searched hist:cba6ac4869e45cc93ac5497024d1d49576e82666 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/include/uapi/asm/
H A Dcputable.hdiff cba6ac4869e45cc93ac5497024d1d49576e82666 Thu Oct 12 12:17:17 CEST 2017 Michael Ellerman <mpe@ellerman.id.au> powerpc: Add PPC_FEATURE2_HTM_NO_SUSPEND

Some CPUs can operate in a mode where TM (Transactional Memory) is
enabled but the suspended state of TM is disabled. In this mode
tsuspend does not enter suspended state, instead the transaction is
aborted. Similarly any other event that would lead to suspended state
instead aborts the transaction.

There is also an ABI change, in that in this mode processes are not
allowed to sigreturn with an MSR that would lead to suspended state,
Linux will instead return an error to the sigreturn syscall.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>