hugetlb: introduce pud_huge
[deliverable/linux.git] / arch / s390 / mm / hugetlbpage.c
index 9162dc84f77f685c6f66383276660d6d7c049a71..f28c43d2f61dd6b679b8cc8afb14c12e57e33273 100644 (file)
@@ -120,6 +120,11 @@ int pmd_huge(pmd_t pmd)
        return !!(pmd_val(pmd) & _SEGMENT_ENTRY_LARGE);
 }
 
+int pud_huge(pud_t pud)
+{
+       return 0;
+}
+
 struct page *follow_huge_pmd(struct mm_struct *mm, unsigned long address,
                             pmd_t *pmdp, int write)
 {
This page took 0.026639 seconds and 5 git commands to generate.