diff options
Diffstat (limited to 'mm/hugetlb.c')
-rw-r--r-- | mm/hugetlb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/hugetlb.c b/mm/hugetlb.c index 97b1e0290c66..3fc37a626b52 100644 --- a/mm/hugetlb.c +++ b/mm/hugetlb.c | |||
@@ -3353,7 +3353,7 @@ void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *vma, | |||
3353 | * This is a hugetlb vma, all the pte entries should point | 3353 | * This is a hugetlb vma, all the pte entries should point |
3354 | * to huge page. | 3354 | * to huge page. |
3355 | */ | 3355 | */ |
3356 | tlb_remove_check_page_size_change(tlb, sz); | 3356 | tlb_change_page_size(tlb, sz); |
3357 | tlb_start_vma(tlb, vma); | 3357 | tlb_start_vma(tlb, vma); |
3358 | 3358 | ||
3359 | /* | 3359 | /* |