On Wed, 6 Aug 2014, Vlastimil Babka wrote: > The check for ALLOC_CMA in __alloc_pages_nodemask() derives migratetype > from gfp_mask in each retry pass, although the migratetype variable already > has the value determined and it does not change. Use the variable and perform > the check only once. Also convert #ifdef CONFIC_CMA to IS_ENABLED. > > Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx> Acked-by: David Rientjes <rientjes@xxxxxxxxxx> -- 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>