Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197796
b: refs/heads/master
c: 6355644
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Graf authored and Avi Kivity committed May 17, 2010
1 parent 54307d1 commit c929dcf
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ac21467182e562a71d8b4e098ea054e42700c0ff
refs/heads/master: 6355644190f67326f5a16d0269c3e612fcfd6889
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/kvm/book3s_64_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,9 @@ static int kvmppc_mmu_book3s_64_esid_to_vsid(struct kvm_vcpu *vcpu, ulong esid,
break;
}

if (vcpu->arch.msr & MSR_PR)
*vsid |= VSID_PR;

return 0;
}

Expand Down

0 comments on commit c929dcf

Please sign in to comment.