git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db2fb7f
)
MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr()
author
Deng-Cheng Zhu
<dengcheng.zhu@imgtec.com>
Thu, 26 Jun 2014 19:11:40 +0000
(12:11 -0700)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 30 Jun 2014 14:52:04 +0000
(16:52 +0200)
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>
No differences found