mm/thp: define default pmd_pgtable()
[linux-2.6-microblaze.git] / arch / riscv / include / asm / pgalloc.h
index 23b1544..0af6933 100644 (file)
@@ -38,8 +38,6 @@ static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd)
 }
 #endif /* __PAGETABLE_PMD_FOLDED */
 
-#define pmd_pgtable(pmd)       pmd_page(pmd)
-
 static inline pgd_t *pgd_alloc(struct mm_struct *mm)
 {
        pgd_t *pgd;