We have an accessor; might as well use it.

Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]>

diff --git a/arch/powerpc/kvm/44x_tlb.c b/arch/powerpc/kvm/44x_tlb.c
--- a/arch/powerpc/kvm/44x_tlb.c
+++ b/arch/powerpc/kvm/44x_tlb.c
@@ -331,7 +331,7 @@ int kvmppc_44x_emul_tlbwe(struct kvm_vcp
 
        switch (ws) {
        case PPC44x_TLB_PAGEID:
-               tlbe->tid = vcpu->arch.mmucr & 0xff;
+               tlbe->tid = get_mmucr_stid(vcpu);
                tlbe->word0 = vcpu->arch.gpr[rs];
                break;
 
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to