From: Yinghai Lu Date: Thu, 24 Jan 2013 20:19:45 +0000 (-0800) Subject: x86: Factor out e820_add_kernel_range() X-Git-Tag: v3.9-rc1~105^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b422a3091748c38b68052e8ba021652590b1f25c;p=pandora-kernel.git x86: Factor out e820_add_kernel_range() Separate out the reservation of the kernel static memory areas into a separate function. Also add support for case when memmap=xxM$yyM is used without exactmap. Need to remove reserved range at first before we add E820_RAM range, otherwise added E820_RAM range will be ignored. Signed-off-by: Yinghai Lu Link: http://lkml.kernel.org/r/1359058816-7615-5-git-send-email-yinghai@kernel.org Cc: Jacob Shin Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed