linux/arch/powerpc/include
Aneesh Kumar K.V 5e1d44aef1 KVM: PPC: Use READ_ONCE when dereferencing pte_t pointer
pte can get updated from other CPUs as part of multiple activities
like THP split, huge page collapse, unmap. We need to make sure we
don't reload the pte value again and again for different checks.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2015-04-17 11:23:24 +10:00
..
asm KVM: PPC: Use READ_ONCE when dereferencing pte_t pointer 2015-04-17 11:23:24 +10:00
uapi/asm powerpc/tm: Abort syscalls in active transactions 2015-04-11 20:49:19 +10:00