VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Anshuman Khandual <anshuman.khandual@arm.com> 2021-06-30 18:53:59 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-07-01 11:06:03 -0700 commit: 1c2f7d14d84f767a797558609eb034511e02f41e parent: 351de44fde5afc3b0b23294ebf404e78065c2745
Commit Summary:
mm/thp: define default pmd_pgtable()
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/arch/parisc/include/asm/pgalloc.h b/arch/parisc/include/asm/pgalloc.h
index dda557085311..6a7e98e71f1d 100644
--- a/arch/parisc/include/asm/pgalloc.h
+++ b/arch/parisc/include/asm/pgalloc.h
@@ -69,6 +69,5 @@ pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte)
 
 #define pmd_populate(mm, pmd, pte_page) \
 	pmd_populate_kernel(mm, pmd, page_address(pte_page))
-#define pmd_pgtable(pmd) pmd_page(pmd)
 
 #endif