diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index c6e4d02067fe..6988858dc56e 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -224,6 +224,7 @@ int kvm_arch_set_memory_region(struct kvm *kvm, | |||
224 | struct kvm_userspace_memory_region *mem, | 224 | struct kvm_userspace_memory_region *mem, |
225 | struct kvm_memory_slot old, | 225 | struct kvm_memory_slot old, |
226 | int user_alloc); | 226 | int user_alloc); |
227 | void kvm_disable_largepages(void); | ||
227 | void kvm_arch_flush_shadow(struct kvm *kvm); | 228 | void kvm_arch_flush_shadow(struct kvm *kvm); |
228 | gfn_t unalias_gfn(struct kvm *kvm, gfn_t gfn); | 229 | gfn_t unalias_gfn(struct kvm *kvm, gfn_t gfn); |
229 | struct page *gfn_to_page(struct kvm *kvm, gfn_t gfn); | 230 | struct page *gfn_to_page(struct kvm *kvm, gfn_t gfn); |