hugetlb: introduce pud_huge
[deliverable/linux.git] / arch / sh / mm / hugetlbpage.c
index 2f9dbe0ef4acd57144e8575919aadd0442ddc054..9304117039c4f887d7a94f70e48a73c6d1549ef8 100644 (file)
@@ -79,6 +79,11 @@ int pmd_huge(pmd_t pmd)
        return 0;
 }
 
+int pud_huge(pud_t pud)
+{
+       return 0;
+}
+
 struct page *follow_huge_pmd(struct mm_struct *mm, unsigned long address,
                             pmd_t *pmd, int write)
 {
This page took 0.055412 seconds and 5 git commands to generate.