]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/powerpc/kvm/e500_tlb.h
Merge tag 'v2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / arch / powerpc / kvm / e500_tlb.h
index d28e3010a5e22f3e43c9f47f4e444e8ab2071cd2..458946b4775d4eb747aff191412991423359656e 100644 (file)
@@ -171,7 +171,7 @@ static inline int tlbe_is_host_safe(const struct kvm_vcpu *vcpu,
 
        /* Does it match current guest AS? */
        /* XXX what about IS != DS? */
-       if (get_tlb_ts(tlbe) != !!(vcpu->arch.msr & MSR_IS))
+       if (get_tlb_ts(tlbe) != !!(vcpu->arch.shared->msr & MSR_IS))
                return 0;
 
        gpa = get_tlb_raddr(tlbe);