+1
−1
Loading
hulk inclusion category: cleanup bugzilla: https://gitee.com/openeuler/kernel/issues/IBPX2S -------------------------------- pte_mkhuge() is merged into arch_make_huge_pte() by commit 16785bd7 ("mm: merge pte_mkhuge() call into arch_make_huge_pte()") except this function. Now we will remove pte_mkhuge() in next patch. Before that, replace the last pte_mkhuge(). Signed-off-by:Liu Shixin <liushixin2@huawei.com>