From: Jia He Date: Mon, 30 Aug 2021 14:53:36 +0000 (+0800) Subject: KVM: x86/mmu: Remove unused field mmio_cached in struct kvm_mmu_page X-Git-Tag: accepted/tizen/unified/20230118.172025~6435^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=678a305b85d95f288c12e3d69a32d3351b34f2bb;p=platform%2Fkernel%2Flinux-rpi.git KVM: x86/mmu: Remove unused field mmio_cached in struct kvm_mmu_page After reverting and restoring the fast tlb invalidation patch series, the mmio_cached is not removed. Hence a unused field is left in kvm_mmu_page. Cc: Sean Christopherson Signed-off-by: Jia He Message-Id: <20210830145336.27183-1-justin.he@arm.com> Signed-off-by: Paolo Bonzini --- diff --git a/arch/x86/kvm/mmu/mmu_internal.h b/arch/x86/kvm/mmu/mmu_internal.h index 62bb8f75..6b6f108 100644 --- a/arch/x86/kvm/mmu/mmu_internal.h +++ b/arch/x86/kvm/mmu/mmu_internal.h @@ -37,7 +37,6 @@ struct kvm_mmu_page { bool unsync; u8 mmu_valid_gen; - bool mmio_cached; bool lpage_disallowed; /* Can't be replaced by an equiv large page */ /*