8/9

mm: use memcpy_nontemporal() in zone-device template copies

ZONE_DEVICE模板拷贝改用memcpy_nontemporal(),减少写分配开销和缓存污染,因初始化后数据很少立即重用,架构无特殊支持时回退memcpy。