Commit f340ca0f065ecf3e7549687e763370106dacb2c2

Authored by Joerg Roedel
Committed by Avi Kivity
1 parent 3eea8437f6

hugetlbfs: export vma_kernel_pagsize to modules

This function is required by KVM.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -234,6 +234,7 @@
234 234  
235 235 return 1UL << (hstate->order + PAGE_SHIFT);
236 236 }
  237 +EXPORT_SYMBOL_GPL(vma_kernel_pagesize);
237 238  
238 239 /*
239 240 * Return the page size being used by the MMU to back a VMA. In the majority