MIPS: KVM: Simplify even/odd TLB handling
authorJames Hogan <james.hogan@imgtec.com>
Thu, 9 Jun 2016 13:19:12 +0000 (14:19 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 14 Jun 2016 09:02:43 +0000 (11:02 +0200)
commit021df206354cf1e1d341b66dee19ac250c9dc37d
treef40cfb8ba29f0de187e9eced7ad255506067fd3b
parent9befad23ed3e2e178741cb84ac09c0ff45610537
MIPS: KVM: Simplify even/odd TLB handling

When handling TLB faults in the guest KSeg0 region, a pair of physical
addresses are read from the guest physical address map. However that
process is rather convoluted with an if/then/else statement. Simplify it
to just clear the lowest bit for the even entry and set the lowest bit
for the odd entry.

Signed-off-by: James 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: Paolo Bonzini <pbonzini@redhat.com>
arch/mips/kvm/mmu.c
This page took 0.026234 seconds and 5 git commands to generate.