From: Minchan Kim Date: Thu, 20 Dec 2012 23:05:06 +0000 (-0800) Subject: compaction: fix build error in CMA && !COMPACTION X-Git-Tag: v3.8-rc1~12^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=010fc29a45a2e8dbc08bf45ef80b8622619aaae0;p=pandora-kernel.git compaction: fix build error in CMA && !COMPACTION isolate_freepages_block() and isolate_migratepages_range() are used for CMA as well as compaction so it breaks build for CONFIG_CMA && !CONFIG_COMPACTION. This patch fixes it. [akpm@linux-foundation.org: add "do { } while (0)", per Mel] Signed-off-by: Minchan Kim Cc: Mel Gorman Cc: Marek Szyprowski Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed