commit | ab76228a48d434d67cf72f8753307db104e81cc6 | [log] [tgz] |
---|---|---|
author | Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> | Thu Jun 26 12:11:40 2014 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jun 30 16:52:04 2014 +0200 |
tree | 78a5e604ab8d0b3cabfa1118c9ce2c7d386defc9 | |
parent | db2fb7f202ba1d1b2c6532b359b7c763bf17fe72 [diff] |
MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr() It's impossible to fall into the error handling of the TLB index after being masked by (KVM_MIPS_GUEST_TLB_SIZE - 1). Remove the dead code. Reported-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> Reviewed-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>