aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia He <[email protected]>2021-08-30 22:53:36 +0800
committerPaolo Bonzini <[email protected]>2021-09-06 06:13:09 -0400
commit678a305b85d95f288c12e3d69a32d3351b34f2bb (patch)
treea3fc6fb433aef73842c610f9374f76d0854d674a
parent1dbaf04cb91b2b680d10f9a8f9f823d94c7087bf (diff)
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 <[email protected]> Signed-off-by: Jia He <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
-rw-r--r--arch/x86/kvm/mmu/mmu_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/mmu/mmu_internal.h b/arch/x86/kvm/mmu/mmu_internal.h
index 62bb8f758b3f..6b6f10895710 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 */
/*