From: Mel Gorman Date: Wed, 4 Jun 2014 23:10:19 +0000 (-0700) Subject: mm: page_alloc: lookup pageblock migratetype with IRQs enabled during free X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~16^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfc47a2803db42140167b92d991ef04018e162c7;p=pandora-kernel.git mm: page_alloc: lookup pageblock migratetype with IRQs enabled during free get_pageblock_migratetype() is called during free with IRQs disabled. This is unnecessary and disables IRQs for longer than necessary. Signed-off-by: Mel Gorman Acked-by: Rik van Riel Cc: Johannes Weiner Acked-by: Vlastimil Babka Cc: Jan Kara Cc: Michal Hocko Cc: Hugh Dickins Cc: Dave Hansen Cc: Theodore Ts'o Cc: "Paul E. McKenney" Cc: Oleg Nesterov Cc: Peter Zijlstra Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed