On Fri, Mar 17, 2017 at 12:39:06AM +0300, Kirill A. Shutemov wrote: > The patch provides all required hooks to match generic > get_user_pages_fast() behaviour to x86 and switch x86 over. > > Signed-off-by: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> > --- > v2: > - Fix build on non-PAE 32-bit x86; Fixup for allmodconfig on x86-64: diff --git a/arch/x86/include/asm/pgtable.h b/arch/x86/include/asm/pgtable.h index e55fe9475979..e1a0a1fb5971 100644 --- a/arch/x86/include/asm/pgtable.h +++ b/arch/x86/include/asm/pgtable.h @@ -230,13 +230,13 @@ static inline int pud_devmap(pud_t pud) { return 0; } +#endif static inline int pgd_devmap(pgd_t pgd) { return 0; } #endif -#endif #endif /* CONFIG_TRANSPARENT_HUGEPAGE */ static inline pte_t pte_set_flags(pte_t pte, pteval_t set) -- Kirill A. Shutemov -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>