aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/kvm_host.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index bff7d464a6ae..1f98c1bb5b7a 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -536,6 +536,8 @@ struct kvm_arch {
536 * Hash table of struct kvm_mmu_page. 536 * Hash table of struct kvm_mmu_page.
537 */ 537 */
538 struct list_head active_mmu_pages; 538 struct list_head active_mmu_pages;
539 struct list_head zapped_obsolete_pages;
540
539 struct list_head assigned_dev_head; 541 struct list_head assigned_dev_head;
540 struct iommu_domain *iommu_domain; 542 struct iommu_domain *iommu_domain;
541 int iommu_flags; 543 int iommu_flags;