Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger...
[linux-drm-fsl-dcu.git] / arch / powerpc / mm / hugetlbpage.c
index 620d0ec93e6f98711af13165374eba26eae50d28..7e408bfc79482e2c9caff1257f0c8002335aa92c 100644 (file)
@@ -714,6 +714,14 @@ follow_huge_pmd(struct mm_struct *mm, unsigned long address,
        return NULL;
 }
 
+struct page *
+follow_huge_pud(struct mm_struct *mm, unsigned long address,
+               pud_t *pud, int write)
+{
+       BUG();
+       return NULL;
+}
+
 static unsigned long hugepte_addr_end(unsigned long addr, unsigned long end,
                                      unsigned long sz)
 {