|
|
@@ -926,7 +926,7 @@ static bool page_mkclean_one(struct page *page, struct vm_area_struct *vma,
|
|
|
continue;
|
|
|
|
|
|
flush_cache_page(vma, address, page_to_pfn(page));
|
|
|
- entry = pmdp_huge_clear_flush(vma, address, pmd);
|
|
|
+ entry = pmdp_invalidate(vma, address, pmd);
|
|
|
entry = pmd_wrprotect(entry);
|
|
|
entry = pmd_mkclean(entry);
|
|
|
set_pmd_at(vma->vm_mm, address, pmd, entry);
|