mm/thp: define default pmd_pgtable()
[linux-2.6-microblaze.git] / arch / arm64 / include / asm / pgalloc.h
index 31fbab3..8433a20 100644 (file)
@@ -86,6 +86,5 @@ pmd_populate(struct mm_struct *mm, pmd_t *pmdp, pgtable_t ptep)
        VM_BUG_ON(mm == &init_mm);
        __pmd_populate(pmdp, page_to_phys(ptep), PMD_TYPE_TABLE | PMD_TABLE_PXN);
 }
-#define pmd_pgtable(pmd) pmd_page(pmd)
 
 #endif