|
@@ -1734,7 +1734,7 @@ int migrate_misplaced_transhuge_page(struct mm_struct *mm,
|
|
|
page_add_new_anon_rmap(new_page, vma, haddr);
|
|
|
|
|
|
set_pmd_at(mm, haddr, pmd, entry);
|
|
|
- update_mmu_cache_pmd(vma, address, entry);
|
|
|
+ update_mmu_cache_pmd(vma, address, &entry);
|
|
|
page_remove_rmap(page);
|
|
|
/*
|
|
|
* Finish the charge transaction under the page table lock to
|