|
@@ -1376,13 +1376,6 @@ int do_huge_pmd_numa_page(struct mm_struct *mm, struct vm_area_struct *vma,
|
|
|
goto clear_pmdnuma;
|
|
|
}
|
|
|
|
|
|
- /*
|
|
|
- * The page_table_lock above provides a memory barrier
|
|
|
- * with change_protection_range.
|
|
|
- */
|
|
|
- if (mm_tlb_flush_pending(mm))
|
|
|
- flush_tlb_range(vma, haddr, haddr + HPAGE_PMD_SIZE);
|
|
|
-
|
|
|
/*
|
|
|
* Migrate the THP to the requested node, returns with page unlocked
|
|
|
* and pmd_numa cleared.
|