From: Yinghai Lu Date: Thu, 5 Mar 2009 20:04:57 +0000 (-0800) Subject: x86: fix warning about nodeid X-Git-Tag: v2.6.30-rc1~2^2~50^2^5~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e954ef20c29b7af07a8cb5452f14fb69e3d9d2b2;p=pandora-kernel.git x86: fix warning about nodeid Impact: cleanup Ingo found there warning about nodeid with some configs. try to use for_each_online_node for non numa too. in that case nodeid will be 0. also move out boundary checking from setup_node_bootmem(), so non-numa config will not check it. Signed-off-by: Yinghai Lu Cc: Andrew Morton LKML-Reference: <49B03069.80001@kernel.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed