diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/kvm/44x_tlb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/44x_tlb.c b/arch/powerpc/kvm/44x_tlb.c index 8b65fbd6c57d..260fa8bc4608 100644 --- a/arch/powerpc/kvm/44x_tlb.c +++ b/arch/powerpc/kvm/44x_tlb.c | |||
@@ -339,7 +339,7 @@ int kvmppc_44x_emul_tlbwe(struct kvm_vcpu *vcpu, u8 ra, u8 rs, u8 ws) | |||
339 | 339 | ||
340 | switch (ws) { | 340 | switch (ws) { |
341 | case PPC44x_TLB_PAGEID: | 341 | case PPC44x_TLB_PAGEID: |
342 | tlbe->tid = vcpu->arch.mmucr & 0xff; | 342 | tlbe->tid = get_mmucr_stid(vcpu); |
343 | tlbe->word0 = vcpu->arch.gpr[rs]; | 343 | tlbe->word0 = vcpu->arch.gpr[rs]; |
344 | break; | 344 | break; |
345 | 345 | ||