Merge tag 'imx-fixes-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawngu...
[linux-2.6-microblaze.git] / mm / sparse-vmemmap.c
index bdce883..db6df27 100644 (file)
@@ -76,7 +76,7 @@ static int split_vmemmap_huge_pmd(pmd_t *pmd, unsigned long start,
                set_pte_at(&init_mm, addr, pte, entry);
        }
 
-       /* Make pte visible before pmd. See comment in __pte_alloc(). */
+       /* Make pte visible before pmd. See comment in pmd_install(). */
        smp_wmb();
        pmd_populate_kernel(&init_mm, pmd, pgtable);