aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r--include/linux/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index bd0da8f12500..b5021db21858 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -256,8 +256,8 @@ struct kvm {
256 struct mmu_notifier mmu_notifier; 256 struct mmu_notifier mmu_notifier;
257 unsigned long mmu_notifier_seq; 257 unsigned long mmu_notifier_seq;
258 long mmu_notifier_count; 258 long mmu_notifier_count;
259 long tlbs_dirty;
260#endif 259#endif
260 long tlbs_dirty;
261}; 261};
262 262
263/* The guest did something we don't support. */ 263/* The guest did something we don't support. */