• James Hogan's avatar
    MIPS: KVM: Use host CCA for TLB mappings · 7414d2f6
    James Hogan authored
    KVM TLB mappings for the guest were being created with a cache coherency
    attribute (CCA) of 3, which is cached incoherent. Create them instead
    with the default host CCA, which should be the correct one for coherency
    on SMP systems.
    Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
    Cc: Paolo Bonzini <pbonzini@redhat.com>
    Cc: Radim Krčmář <rkrcmar@redhat.com>
    Cc: Ralf Baechle <ralf@linux-mips.org>
    Cc: linux-mips@linux-mips.org
    Cc: kvm@vger.kernel.org
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    7414d2f6
tlb.c 8.88 KB