ARM: dts: stm32: add DMA1, DMA2 and DMAMUX1 on STM32MP13x SoC family
[platform/kernel/linux-starfive.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);