KVM: Simplify kvm->tlbs_dirty handling
[deliverable/linux.git] / include / linux / kvm_host.h
index f5937b8188b427a02d11d2b7c8f1823330c684f5..9816b68b085f678d19e426bcd56e8032a49831f4 100644 (file)
@@ -401,7 +401,9 @@ struct kvm {
        unsigned long mmu_notifier_seq;
        long mmu_notifier_count;
 #endif
-       long tlbs_dirty;
+       /* Protected by mmu_lock */
+       bool tlbs_dirty;
+
        struct list_head devices;
 };
 
This page took 0.027315 seconds and 5 git commands to generate.