]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Export tm_enable()/tm_disable/tm_abort() APIs
authorSimon Guo <wei.guo.simon@gmail.com>
Wed, 23 May 2018 07:01:46 +0000 (15:01 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 24 May 2018 06:04:02 +0000 (16:04 +1000)
commit45afc490ea98b3659a3ef69f0fb5411081e9aa9d
tree76c0bffc2dfe73c02677fc0d3ded93fb20b20aef
parent12504d41f6e93690a7cfcbc5f5ad04ff0967b164
powerpc: Export tm_enable()/tm_disable/tm_abort() APIs

This patch exports tm_enable()/tm_disable/tm_abort() APIs, which
will be used for PR KVM transactional memory logic.

Signed-off-by: Simon Guo <wei.guo.simon@gmail.com>
Reviewed-by: Paul Mackerras <paulus@ozlabs.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/asm-prototypes.h
arch/powerpc/include/asm/tm.h
arch/powerpc/kernel/tm.S
arch/powerpc/mm/hash_utils_64.c