aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/kvm_host.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 32d263f683dc..820fc2e1d9df 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -411,9 +411,7 @@ struct kvm {
411 unsigned long mmu_notifier_seq; 411 unsigned long mmu_notifier_seq;
412 long mmu_notifier_count; 412 long mmu_notifier_count;
413#endif 413#endif
414 /* Protected by mmu_lock */ 414 long tlbs_dirty;
415 bool tlbs_dirty;
416
417 struct list_head devices; 415 struct list_head devices;
418}; 416};
419 417