]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/mm/hugetlbpage.c
hugetlb: introduce pud_huge
[linux-2.6-omap-h63xx.git] / arch / powerpc / mm / hugetlbpage.c
index c94dc71af989277007c33ee3f804ee561d944c33..63db7adce7175d5a372b5f402cbfd78ed126aafe 100644 (file)
@@ -369,6 +369,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)