From: KAMEZAWA Hiroyuki Date: Mon, 28 Apr 2008 09:13:36 +0000 (-0700) Subject: mm: fix broken gfp_zone with __GFP_THISNODE X-Git-Tag: v2.6.26-rc1~926 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cece85ec744bdc7ea0fc2d33f65b3f031c28468;p=pandora-kernel.git mm: fix broken gfp_zone with __GFP_THISNODE This hack, "base = MAX_NR_ZONES", at __GFP_THISNODE was used for old zonliests. Now, new zonelist[] have a list for __GFP_THISNODE and this hack is incorrect. Should be removed. Signed-off-by: KAMEZAWA Hiroyuki Cc: Mel Gorman Cc: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed