On Wed, 2011-04-13 at 02:07 +0900, Namhyung Kim wrote: > > if (get_order(size) < MAX_ORDER) { > > - table = alloc_pages_exact(size, GFP_ATOMIC); > > + table = get_free_pages_exact(size, GFP_ATOMIC); > > This should be table = get_free_pages_exact(GFP_ATOMIC, size); It's clear that I'm retarded and need to learn how to use sparse. :) Thanks! -- Dave -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>