commit | e954ef20c29b7af07a8cb5452f14fb69e3d9d2b2 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Thu Mar 05 12:04:57 2009 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Mar 08 19:34:17 2009 +0100 |
tree | 184ddda4789b9a8ba15b6bb28714bc32393ad4a1 | |
parent | 5dd61dfabcaa5bfb67afb8a2d255bd1e156562e3 [diff] |
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 <yinghai@kernel.org> Cc: Andrew Morton <akpm@linux-foundation.org> LKML-Reference: <49B03069.80001@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>