From: Yinghai Lu Date: Wed, 10 Feb 2010 09:20:15 +0000 (-0800) Subject: x86: Call early_res_to_bootmem one time X-Git-Tag: v2.6.34-rc1~218^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1842f90cc98625d4d9bf8f8b927f17705ceb4e9c;p=pandora-kernel.git x86: Call early_res_to_bootmem one time Simplify setup_node_mem: don't use bootmem from other node, instead just find_e820_area in early_node_mem. This keeps the boundary between early_res and boot mem more clear, and lets us only call early_res_to_bootmem() one time instead of for all nodes. Signed-off-by: Yinghai Lu LKML-Reference: <1265793639-15071-12-git-send-email-yinghai@kernel.org> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed