From: Zhang Zhen Date: Wed, 15 Apr 2015 23:12:57 +0000 (-0700) Subject: mm: refactor zone_movable_is_highmem() X-Git-Tag: omap-for-v4.1/fixes-rc1~128^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7e4a2ea51c1b0ac0b2d53f5ab4a2e878b1c4aec;p=pandora-kernel.git mm: refactor zone_movable_is_highmem() All callers of zone_movable_is_highmem are under #ifdef CONFIG_HIGHMEM, so the else branch return 0 is not needed. Signed-off-by: Zhang Zhen Acked-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed