diff options
Diffstat (limited to 'arch/x86/include/asm/kvm_host.h')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index f7dfd6479d02..ecdc562ea3e2 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h | |||
@@ -274,7 +274,7 @@ struct kvm_mmu { | |||
274 | struct kvm_mmu_page *sp); | 274 | struct kvm_mmu_page *sp); |
275 | void (*invlpg)(struct kvm_vcpu *vcpu, gva_t gva); | 275 | void (*invlpg)(struct kvm_vcpu *vcpu, gva_t gva); |
276 | void (*update_pte)(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, | 276 | void (*update_pte)(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, |
277 | u64 *spte, const void *pte, unsigned long mmu_seq); | 277 | u64 *spte, const void *pte); |
278 | hpa_t root_hpa; | 278 | hpa_t root_hpa; |
279 | int root_level; | 279 | int root_level; |
280 | int shadow_root_level; | 280 | int shadow_root_level; |