forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/arm/include/asm/pgtable-3level.h
....@@ -130,7 +130,7 @@
130130 flush_pmd_entry(pudp); \
131131 } while (0)
132132
133
-static inline pmd_t *pud_page_vaddr(pud_t pud)
133
+static inline pmd_t *pud_pgtable(pud_t pud)
134134 {
135135 return __va(pud_val(pud) & PHYS_MASK & (s32)PAGE_MASK);
136136 }