Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
[sfrench/cifs-2.6.git] / arch / sh / include / asm / pgtable-3level.h
index 7d8587eb65ffdd813f42f58662397ebf2462fc2a..779260b721cae8a798582215676c9e508351af5c 100644 (file)
@@ -38,6 +38,9 @@ static inline unsigned long pud_page_vaddr(pud_t pud)
        return pud_val(pud);
 }
 
+/* only used by the stubbed out hugetlb gup code, should never be called */
+#define pud_page(pud)          NULL
+
 #define pmd_index(address)     (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1))
 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address)
 {