From: Zhang Yanfei Date: Mon, 8 Jul 2013 23:00:06 +0000 (-0700) Subject: mm/page_alloc.c: remove zone_type argument of build_zonelists_node X-Git-Tag: v3.11-rc1~67^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc732f1d55cf41627ee4c64078812b2fa592b394;p=pandora-kernel.git mm/page_alloc.c: remove zone_type argument of build_zonelists_node The callers of build_zonelists_node always pass MAX_NR_ZONES -1 as the zone_type argument, so we can directly use the value in build_zonelists_node and remove zone_type argument. Signed-off-by: Zhang Yanfei Acked-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed