]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: PPC: Book3S HV: Make radix use correct tlbie sequence in kvmppc_radix_tlbie_page
authorNicholas Piggin <npiggin@gmail.com>
Wed, 9 May 2018 02:20:14 +0000 (12:20 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Thu, 17 May 2018 05:16:53 +0000 (15:16 +1000)
commit9c1ff2cf1c31e72877656c9ef294f2235911d794
treee8dda185828c8495592d6620104733018e1399a6
parent378ef5c0c73eeceedc06983e45a29e3ba375607d
KVM: PPC: Book3S HV: Make radix use correct tlbie sequence in kvmppc_radix_tlbie_page

The standard eieio ; tlbsync ; ptesync must follow tlbie to ensure it
is ordered with respect to subsequent operations.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/kvm/book3s_64_mmu_radix.c