diff options
Diffstat (limited to 'arch/x86/include')
-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 48e713188469..1309e69b57fa 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h | |||
@@ -504,7 +504,7 @@ struct kvm_lpage_info { | |||
504 | }; | 504 | }; |
505 | 505 | ||
506 | struct kvm_arch_memory_slot { | 506 | struct kvm_arch_memory_slot { |
507 | unsigned long *rmap_pde[KVM_NR_PAGE_SIZES - 1]; | 507 | unsigned long *rmap[KVM_NR_PAGE_SIZES]; |
508 | struct kvm_lpage_info *lpage_info[KVM_NR_PAGE_SIZES - 1]; | 508 | struct kvm_lpage_info *lpage_info[KVM_NR_PAGE_SIZES - 1]; |
509 | }; | 509 | }; |
510 | 510 | ||