From: Yinghai Lu Date: Thu, 24 Jan 2013 20:19:55 +0000 (-0800) Subject: x86: Merge early_reserve_initrd for 32bit and 64bit X-Git-Tag: v3.9-rc1~105^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b8c78be01203e1c95ec5dfef6db307796fe0bc7;p=pandora-kernel.git x86: Merge early_reserve_initrd for 32bit and 64bit They are the same, could move them out from head32/64.c to setup.c. We are using memblock, and it could handle overlapping properly, so we don't need to reserve some at first to hold the location, and just need to make sure we reserve them before we are using memblock to find free mem to use. Signed-off-by: Yinghai Lu Link: http://lkml.kernel.org/r/1359058816-7615-15-git-send-email-yinghai@kernel.org Reviewed-by: Pekka Enberg Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed