commit | e2560b108fb1375b5fab196c1ec0d910bbe8a38b | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Wed May 09 12:20:14 2018 +1000 |
committer | Paul Mackerras <paulus@ozlabs.org> | Thu May 17 15:16:53 2018 +1000 |
tree | e8dda185828c8495592d6620104733018e1399a6 | |
parent | 57b8daa70a179bc23cc4240420ab6fbcdd7faf77 [diff] |
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>