From: Lai Jiangshan Date: Wed, 12 Dec 2012 21:51:46 +0000 (-0800) Subject: page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initialization X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~33^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b0ef1fe8a626f0ba7f649764f979d0dc9eab86b;p=pandora-kernel.git page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initialization N_HIGH_MEMORY stands for the nodes that has normal or high memory. N_MEMORY stands for the nodes that has any memory. The code here need to handle with the nodes which have memory, we should use N_MEMORY instead. Since we introduced N_MEMORY, we update the initialization of node_states. Signed-off-by: Lai Jiangshan Signed-off-by: Lin Feng Signed-off-by: Wen Congyang Cc: Christoph Lameter Cc: Hillf Danton Cc: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed