Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343585
b: refs/heads/master
c: 9e2fa64
h: refs/heads/master
i:
  343583: 882a261
v: v3
  • Loading branch information
Mihai Caraman authored and Alexander Graf committed Dec 6, 2012
1 parent f0e869b commit ce366c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8823a8fd0d730612f12a87102503622c01eb2468
refs/heads/master: 9e2fa646936160eca525bcb80c2cce05faa9b208
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/kvm/e500_tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,8 @@ int kvmppc_e500_emul_tlbwe(struct kvm_vcpu *vcpu)

gtlbe->mas1 = vcpu->arch.shared->mas1;
gtlbe->mas2 = vcpu->arch.shared->mas2;
if (!(vcpu->arch.shared->msr & MSR_CM))
gtlbe->mas2 &= 0xffffffffUL;
gtlbe->mas7_3 = vcpu->arch.shared->mas7_3;

trace_kvm_booke206_gtlb_write(vcpu->arch.shared->mas0, gtlbe->mas1,
Expand Down

0 comments on commit ce366c7

Please sign in to comment.