From: Yinghai Lu Date: Wed, 30 Jan 2008 12:33:09 +0000 (+0100) Subject: x86: cleanup setup_node_zones called by paging_init() X-Git-Tag: v2.6.25-rc1~1143^2~304 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a261670aed2b5b77a20ce9b15fed57abeb126c0e;p=pandora-kernel.git x86: cleanup setup_node_zones called by paging_init() setup_node_zones() calcuates some variables but only use them when FLAT_NODE_MEM_MAP is set so change the MACRO postion to avoid calculating. also change it to static, and rename it to flat_setup_node_zones(). Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed