2/7

mm/migrate: factor out migration PTE construction

将remove_migration_pte()内联构造工作PTE的代码提取为migration_entry_to_pte(),供后续hugetlb恢复路径分离时共享,无功能变化。