|
@@ -165,7 +165,7 @@ static int remove_migration_pte(struct page *new, struct vm_area_struct *vma,
|
|
|
pte = arch_make_huge_pte(pte, vma, new, 0);
|
|
pte = arch_make_huge_pte(pte, vma, new, 0);
|
|
|
}
|
|
}
|
|
|
#endif
|
|
#endif
|
|
|
- flush_cache_page(vma, addr, pte_pfn(pte));
|
|
|
|
|
|
|
+ flush_dcache_page(new);
|
|
|
set_pte_at(mm, addr, ptep, pte);
|
|
set_pte_at(mm, addr, ptep, pte);
|
|
|
|
|
|
|
|
if (PageHuge(new)) {
|
|
if (PageHuge(new)) {
|