4/16

mm/mglru: boost swappiness responsiveness in get_type_to_scan()

get_type_to_scan() 中改用距中性点 MAX_SWAPPINESS/2 的二次方提升 swappiness 权重,避免被历史 refault 成本淹没,用移位代替除法。