string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / arch / sh / mm / hugetlbpage.c
index 2f9dbe0..9304117 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)
 {