On Thu, 16 Mar 2017 12:05:26 -0400 Jérôme Glisse <jglisse@xxxxxxxxxx> wrote: > +static inline struct page *migrate_pfn_to_page(unsigned long mpfn) > +{ > + if (!(mpfn & MIGRATE_PFN_VALID)) > + return NULL; > + return pfn_to_page(mpfn & MIGRATE_PFN_MASK); > +} i386 allnoconfig: In file included from mm/page_alloc.c:61: ./include/linux/migrate.h: In function 'migrate_pfn_to_page': ./include/linux/migrate.h:139: warning: left shift count >= width of type ./include/linux/migrate.h:141: warning: left shift count >= width of type ./include/linux/migrate.h: In function 'migrate_pfn_size': ./include/linux/migrate.h:146: warning: left shift count >= width of type -- 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