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 <[email protected]>
Acked-by: David Rientjes <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

