Searched hist:"138 f7ad916760a7c263678ce06545a0cfc98bf97" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/mips/kvm/ |
H A D | tlb.c | diff 138f7ad916760a7c263678ce06545a0cfc98bf97 Thu Jun 09 15:19:15 CEST 2016 James Hogan <james.hogan@imgtec.com> MIPS: KVM: Clean up TLB management hazards
KVM's host TLB handling routines were using tlbw hazard barrier macros around tlb_read(). Now that hazard barrier macros exist for tlbr, update this case to use them.
Also fix various other unnecessary hazard barriers in this code.
Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Radim Krčmář <rkrcmar@redhat.com> Cc: linux-mips@linux-mips.org Cc: kvm@vger.kernel.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|