OSDN Git Service

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)
commite2560b108fb1375b5fab196c1ec0d910bbe8a38b
treee8dda185828c8495592d6620104733018e1399a6
parent57b8daa70a179bc23cc4240420ab6fbcdd7faf77
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