Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190845
b: refs/heads/master
c: 4f018c5
h: refs/heads/master
i:
  190843: f6ce636
v: v3
  • Loading branch information
Roel Kluin authored and Marcelo Tosatti committed May 13, 2010
1 parent a8df0cb commit a587dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8c5fae16649445e15656667f72bd51d777f7766
refs/heads/master: 4f018c513a81ba243165bfc4fcf44254986ad002
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kvm/44x_tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ int kvmppc_44x_emul_tlbwe(struct kvm_vcpu *vcpu, u8 ra, u8 rs, u8 ws)
unsigned int gtlb_index;

gtlb_index = kvmppc_get_gpr(vcpu, ra);
if (gtlb_index > KVM44x_GUEST_TLB_SIZE) {
if (gtlb_index >= KVM44x_GUEST_TLB_SIZE) {
printk("%s: index %d\n", __func__, gtlb_index);
kvmppc_dump_vcpu(vcpu);
return EMULATE_FAIL;
Expand Down

0 comments on commit a587dfd

Please sign in to comment.