Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Deng-Cheng Zhu <[email protected]> Reviewed-by: James Hogan <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
- Loading branch information